X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/590b1a4d628c79244ae8556ab3fe7d2a823ad322..a6d57d0388f29fca011b0e168e926b61be0f465c:/configure.in diff --git a/configure.in b/configure.in index 46605a0cd9..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" @@ -3748,8 +3748,8 @@ if test "$wxUSE_SOCKETS" = "yes"; then AC_CHECK_FUNC(socket,, AC_CHECK_LIB(socket, socket, if test "$INET_LINK" != " -lsocket"; then - INET_LINK="$INET_LINK -lsocket", - fi + INET_LINK="$INET_LINK -lsocket" + fi, [ AC_MSG_WARN([socket library not found - sockets will be disabled]) wxUSE_SOCKETS=no