Skip to content

Commit

Permalink
configure: have_libgcrypt = yes in enable_gnutls section
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mierswa <[email protected]>
Signed-off-by: Jean-Baptiste Kempf <[email protected]>
  • Loading branch information
impulze authored and jbkempf committed Feb 21, 2011
1 parent 7d55c45 commit ef53504
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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"], [
Expand Down

0 comments on commit ef53504

Please sign in to comment.