From e5ee4c908b9dbcf07f0441aa74d8635b7343be4d Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 17 Feb 2002 00:20:32 +0000 Subject: [PATCH] Fixed typo in my last commit (it did break socket detection code :-( ). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 46605a0cd9..7cca03cb97 100644 --- a/configure.in +++ b/configure.in @@ -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