]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed typo in my last commit (it did break socket detection code :-( ).
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 17 Feb 2002 00:20:32 +0000 (00:20 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 17 Feb 2002 00:20:32 +0000 (00:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 46605a0cd909a550321f804a92c27a53c7f0a276..7cca03cb9787f41362ed6009fa4f19a88877d466 100644 (file)
@@ -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