Remove non-sensical statement

This commit is contained in:
Rémi Denis-Courmont 2008-06-07 21:37:29 +03:00
parent d298be3057
commit 37ff7ca160
1 changed files with 1 additions and 1 deletions

View File

@ -5346,7 +5346,7 @@ AS_IF([test "${enable_gnutls}" != "no"], [
AS_IF([test "${have_libgcrypt}" = "yes"],[
VLC_ADD_LIBS([gnutls], ${GCRYPT_LIBS})
VLC_ADD_CFLAGS([gnutls], ${GCRYPT_CFLAGS})
], [-lgpg-error])
])
VLC_ADD_LIBS([gnutls], [$GNUTLS_LIBS])
], [
AS_IF([test "${enable_gnutls}" = "yes"], [