summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-23 01:01:38 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-23 01:01:38 +0200
commitc3c5e456fbaca5a7dd4a4b90d86993ab043f5e1e (patch)
tree9932f7d0ff7f367d750e105ae3a6a56194eb29a3
parentd5257009306e3a384f4a89c44692f8f3337cbccc (diff)
downloadgnutls-c3c5e456fbaca5a7dd4a4b90d86993ab043f5e1e.tar.gz
Revert libgcrypt vs vasprintf workaround, now that 1.4.1rc1 is released.
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index d7d2b7d6bf..2d07204b7e 100644
--- a/configure.in
+++ b/configure.in
@@ -638,14 +638,8 @@ dnl
AC_MSG_RESULT([***
*** Setting up gnulib compatibility files...
])
-# Libgcrypt contains an (unused!) definition of vasprintf,
-# make sure gnulib notices it so we don't cause duplicate
-# symbol definitions.
-save_LIBS="$LIBS"
-LIBS="$LIBS $LIBGCRYPT_LIBS"
gl_INIT
lgl_INIT
-LIBS="$save_LIBS"
AC_MSG_RESULT([***
*** Detecting options for shared libraries...