summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-12 09:00:10 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-12 09:17:27 +0200
commit868468d3afaa4c5e26832d0d0fe18e1cae9819c9 (patch)
tree4cca8b1838d9722ce7e834b8408dbc9e4fca3f31
parent497f9881507fc1b095f179f8c5c607d013a9d5e6 (diff)
downloadgnutls-868468d3afaa4c5e26832d0d0fe18e1cae9819c9.tar.gz
Add.
-rw-r--r--libextra/m4/hooks.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/libextra/m4/hooks.m4 b/libextra/m4/hooks.m4
index b9ee2dde68..e11e4057e5 100644
--- a/libextra/m4/hooks.m4
+++ b/libextra/m4/hooks.m4
@@ -29,4 +29,7 @@ AC_DEFUN([LIBGNUTLS_EXTRA_HOOKS],
enable_openssl=$withval, 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
])