Fix typo from version 1.528.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2002-02-17 00:25:26 +00:00
parent e5ee4c908b
commit c13b1125ef

View File

@ -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"