From: Simon Josefsson Date: Fri, 18 Apr 2008 09:13:33 +0000 (+0200) Subject: Explain libgcrypt around gnulib. X-Git-Tag: gnutls_2_3_7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa57042758d5f5d1fc7b4fb85bb90e375d057b66;p=thirdparty%2Fgnutls.git Explain libgcrypt around gnulib. --- diff --git a/configure.in b/configure.in index 4f5fc5d46c..bbba88b96c 100644 --- a/configure.in +++ b/configure.in @@ -638,6 +638,9 @@ 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