[vlc-commits] configure: Pass the macosx deps even if the intl to try is external
Luca Barbato
git at videolan.org
Wed Feb 8 17:27:55 CET 2017
vlc | branch: master | Luca Barbato <lu_zero at gentoo.org> | Wed Feb 8 16:31:32 2017 +0100| [508b4f57a8eb160659667eaf8d47f43c93af23a8] | committer: Jean-Baptiste Kempf
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.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=508b4f57a8eb160659667eaf8d47f43c93af23a8
---
m4/gettext.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index eef5073..a415377 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