vlc/vlc-1.2 | branch: master | Jean Baptiste-Kempf <[email protected]> | Sun Jan 22 09:18:30 2012 -0800| [3a16f37ee6ca1fd7d7db17129e491ab6525ca41f] | committer: Jean-Baptiste Kempf
Fix MacOS gettext intl detection Signed-off-by: Felix Paul Kühne <[email protected]> (cherry picked from commit e423b4ec42eaee7003f850d720a8e8c497e9edec) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=3a16f37ee6ca1fd7d7db17129e491ab6525ca41f --- m4/gettext.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/m4/gettext.m4 b/m4/gettext.m4 index f84e6a5..5c595b8 100644 --- a/m4/gettext.m4 +++ b/m4/gettext.m4 @@ -181,7 +181,7 @@ return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_b [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_TRY_LINK([#include <libintl.h> $gt_revision_test_code _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
