X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be49c6ecde71c82859a2aebec99b6456964a4089..1f2b90153e9580ef89095cec62a61f770cb24ef9:/configure diff --git a/configure b/configure index 7c6f7141ca..55357f3ef7 100755 --- a/configure +++ b/configure @@ -47225,9 +47225,10 @@ else then wx_cv_gcc_pch_bug= - if $CXX -o conftest conftest.cpp >/dev/null 2>&1 + if $CXX -o conftest$PROGRAM_EXT conftest.cpp >/dev/null 2>&1 then - if tr -dc '[a-z]' < conftest | grep awidetest >/dev/null + if tr -dc '[a-z]' < conftest$PROGRAM_EXT | + grep awidetest >/dev/null then wx_cv_gcc_pch_bug=no else @@ -47236,7 +47237,7 @@ else fi fi - rm -f conftest.h conftest.gch conftest.cpp conftest + rm -f conftest.h conftest.gch conftest.cpp conftest$PROGRAM_EXT fi echo "$as_me:$LINENO: result: $wx_cv_gcc_pch_bug" >&5