[vlc-commits] configure: Pass the macosx deps even if the intl to try is external
Luca Barbato
git at videolan.org
Sun Sep 3 14:27:44 CEST 2017
vlc | branch: master | Luca Barbato <lu_zero at gentoo.org> | Wed Feb 8 16:31:32 2017 +0100| [dc05abe89d55bb16414185bf7fd30b14ccaa1e55] | committer: David Fuhrmann
configure: Pass the macosx deps even if the intl to try is external
We build our own copy, gettext.m4 did not account this corner case.
close #17972
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc05abe89d55bb16414185bf7fd30b14ccaa1e55
---
m4/gettext.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index eef5073b32..a415377380 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -192,7 +192,7 @@ return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
[gt_save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $INCINTL"
gt_save_LIBS="$LIBS"
- LIBS="$LIBS $LIBINTL"
+ LIBS="$LIBS $LIBINTL $INTL_MACOSX_LIBS"
dnl Now see whether libintl exists and does not depend on libiconv.
AC_LINK_IFELSE(
[AC_LANG_PROGRAM(
More information about the vlc-commits
mailing list