]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Explain libgcrypt around gnulib.
authorSimon Josefsson <simon@josefsson.org>
Fri, 18 Apr 2008 09:13:33 +0000 (11:13 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 18 Apr 2008 09:13:33 +0000 (11:13 +0200)
configure.in

index 4f5fc5d46c64221cde8daa8a409aef49b4ca70b6..bbba88b96c484663645d2daf4721e3679e59dfc4 100644 (file)
@@ -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