1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

* gnutls needs -lintl ldflag with newer versions. It's so nice if packages keep track of what libs they use....... hint hint

This commit is contained in:
Derk-Jan Hartman 2006-07-30 23:21:58 +00:00
parent a597351019
commit bb444b6f32

View File

@ -5000,6 +5000,10 @@ AS_IF([test "${enable_gnutls}" != "no"], [
])
gnutls_LIBS="-lgcrypt -lz ${gcrypt_LIBS}"
AS_IF([test "${SYS}" = "darwin"], [
gnutls_LIBS="-lintl ${gnutls_LIBS}"
VLC_ADD_LDFLAGS([gnutls],[-lintl])
])
AC_CHECK_HEADER(gcrypt.h, [
AC_CHECK_LIB(gcrypt, gcry_control, [