[vlc-commits] configure: have_libgcrypt = yes in enable_gnutls section

Daniel Mierswa git at videolan.org
Mon Feb 21 20:32:38 CET 2011


vlc | branch: master | Daniel Mierswa <impulze at impulze.org> | Mon Feb 21 18:32:12 2011 +0100| [ef535045a931aa164738f2b9b2adbfa107c5df0e] | committer: Jean-Baptiste Kempf

configure: have_libgcrypt = yes in enable_gnutls section

Signed-off-by: Daniel Mierswa <impulze at impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef535045a931aa164738f2b9b2adbfa107c5df0e
---

 configure.ac |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index e74951e..de39f2d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4045,11 +4045,8 @@ AS_IF([test "${enable_gnutls}" != "no"], [
       dnl pkg-config --libs gnutls omits these
       VLC_ADD_LIBS([gnutls], [-lz ${LTLIBINTL}])
     ])
-    dnl The GnuTLS plugin invokes gcry_control directly.
-    AS_IF([test "${have_libgcrypt}" = "yes"],[
-      VLC_ADD_LIBS([gnutls], [${GCRYPT_LIBS}])
-      VLC_ADD_CFLAGS([gnutls], [${GCRYPT_CFLAGS}])
-    ])
+    VLC_ADD_LIBS([gnutls], [${GCRYPT_LIBS}])
+    VLC_ADD_CFLAGS([gnutls], [${GCRYPT_CFLAGS}])
     VLC_ADD_LIBS([gnutls], [$GNUTLS_LIBS])
   ], [
     AS_IF([test "${enable_gnutls}" = "yes"], [



More information about the vlc-commits mailing list