From c13b1125efe8f57220010e224c76de163b4fcf95 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 17 Feb 2002 00:25:26 +0000 Subject: [PATCH] Fix typo from version 1.528. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"