X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26e422a9adf74e0744a83f2647de4714f13786d3..85d8909ba3b07daa5f2af4f1377d2d26661e1a9a:/configure?ds=sidebyside diff --git a/configure b/configure index e2af5464c2..d8e90b30cc 100755 --- a/configure +++ b/configure @@ -47212,17 +47212,17 @@ else wx_cv_gcc_pch_bug=no echo 'const wchar_t test_var[] = L"wide string";' > conftest.h - if $CXX conftest.h >& /dev/null + if $CXX conftest.h >/dev/null 2>&1 then { echo '#include "conftest.h"' echo 'const wchar_t *test() { return test_var; }' } > conftest.cpp - if $CXX -c -o conftest.o conftest.cpp >& /dev/null + if $CXX -c -o conftest.o conftest.cpp >/dev/null 2>&1 then tr -dc 'a-z' < conftest.o | - grep 'widestring' >& /dev/null || + grep 'widestring' >/dev/null || wx_cv_gcc_pch_bug=yes fi fi