X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e5ee4c908b9dbcf07f0441aa74d8635b7343be4d..a6d57d0388f29fca011b0e168e926b61be0f465c:/configure.in diff --git a/configure.in b/configure.in index 7cca03cb97..c024e45f0d 100644 --- a/configure.in +++ b/configure.in @@ -1229,7 +1229,7 @@ dnl does make support "-include" (only GNU make does AFAIK)? AC_CACHE_CHECK([if make is GNU make], wx_cv_prog_makeisgnu, [ if ( ${SHELL-sh} -c "${MAKE-make} --version" 2> /dev/null | - egrep qs GNU > /dev/null); then + egrep -s GNU > /dev/null); then wx_cv_prog_makeisgnu="yes" else wx_cv_prog_makeisgnu="no"