Commit 37ff7ca1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove non-sensical statement

parent d298be30
...@@ -5346,7 +5346,7 @@ AS_IF([test "${enable_gnutls}" != "no"], [ ...@@ -5346,7 +5346,7 @@ AS_IF([test "${enable_gnutls}" != "no"], [
AS_IF([test "${have_libgcrypt}" = "yes"],[ AS_IF([test "${have_libgcrypt}" = "yes"],[
VLC_ADD_LIBS([gnutls], ${GCRYPT_LIBS}) VLC_ADD_LIBS([gnutls], ${GCRYPT_LIBS})
VLC_ADD_CFLAGS([gnutls], ${GCRYPT_CFLAGS}) VLC_ADD_CFLAGS([gnutls], ${GCRYPT_CFLAGS})
], [-lgpg-error]) ])
VLC_ADD_LIBS([gnutls], [$GNUTLS_LIBS]) VLC_ADD_LIBS([gnutls], [$GNUTLS_LIBS])
], [ ], [
AS_IF([test "${enable_gnutls}" = "yes"], [ AS_IF([test "${enable_gnutls}" = "yes"], [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment