summaryrefslogtreecommitdiff
path: root/libextra
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:00:10 +0200
commit2aafefb1d8eda9994d7a894a8756199774df06d9 (patch)
treefac78ea6254e52d2ee6f988b67be380e1165739e /libextra
parent2b0eef993d05dfb608da16be6e946a54f78d6a02 (diff)
downloadgnutls-2aafefb1d8eda9994d7a894a8756199774df06d9.tar.gz
Add.
Diffstat (limited to 'libextra')
-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 c07504a3f6..fb26f2377a 100644
--- a/libextra/m4/hooks.m4
+++ b/libextra/m4/hooks.m4
@@ -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
])