]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Wed, 12 Aug 2009 07:00:10 +0000 (09:00 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 12 Aug 2009 07:00:10 +0000 (09:00 +0200)
libextra/m4/hooks.m4

index c07504a3f64f9ecb0eacfe6034557b074ed8a64b..fb26f2377a4dbc0a89d4dc86875d30a55a3e4d03 100644 (file)
@@ -29,4 +29,7 @@ AC_DEFUN([LIBGNUTLS_EXTRA_HOOKS],
     enable_openssl=$enableval, enable_openssl=yes)
   AC_MSG_RESULT($enable_openssl)
   AM_CONDITIONAL(ENABLE_OPENSSL, test "$enable_openssl" = "yes")
+
+  # We link to ../lib's gnulib, which needs -lws2_32 via LIBSOCKET in Makefile.am.
+  gl_SOCKETS
 ])