]> granicus.if.org Git - curl/commitdiff
Dan Fandrich fix for hosts that need both -lnsl and -lsocket
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Oct 2004 07:33:03 +0000 (07:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Oct 2004 07:33:03 +0000 (07:33 +0000)
configure.ac

index 3bd5f6c6d770e0b2c1fc794af041134e9ba5bb5b..0cd2a79dc9fca60824a4b9c8c0586c598828633e 100644 (file)
@@ -287,7 +287,7 @@ then
   AC_TRY_LINK( ,
              [gethostbyname();],
              [ dnl found it!
-             HAVE_GETHOSTBYNAME="1",
+             HAVE_GETHOSTBYNAME="1"
              AC_MSG_RESULT([yes])],
              [ dnl failed!
              AC_MSG_RESULT([no])