]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
fix for focus handling in generic wxListCtrl
[wxWidgets.git] / configure.in
index 46605a0cd909a550321f804a92c27a53c7f0a276..c024e45f0da93bd3a3fdfa1cf5406f1e441c42b9 100644 (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 |
 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"
         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
         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
                 [
                     AC_MSG_WARN([socket library not found - sockets will be disabled])
                     wxUSE_SOCKETS=no