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

Really remove libintl hack

parent 73b6235b
......@@ -5448,11 +5448,7 @@ AS_IF([test "${enable_gnutls}" != "no"], [
AS_IF([test "${SYS}" = "mingw32"], [
dnl pkg-config --libs gnutls omits these
VLC_ADD_LDFLAGS([gnutls], [-lz])
AS_IF([test "${enable_libtool}" != "no"], [
VLC_ADD_LDFLAGS([gnutls], [${LTLIBINTL}])
], [
VLC_ADD_LDFLAGS([gnutls], [${LIBINTL}])
])
])
AC_CHECK_LIB([gcrypt], [gcry_control], [
VLC_ADD_LDFLAGS([gnutls], [-lgcrypt -lgpg-error])
......
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