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@videolan.org>
This commit is contained in:
Luca Barbato 2017-02-08 16:31:32 +01:00 committed by David Fuhrmann
parent b5f4af9914
commit dc05abe89d
1 changed files with 1 additions and 1 deletions

View File

@ -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(