[vlc-commits] Fix MacOS gettext intl detection
Jean Baptiste-Kempf
git at videolan.org
Mon Jan 23 11:01:27 CET 2012
vlc/vlc-1.2 | branch: master | Jean Baptiste-Kempf <jb at videolan.org> | 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 <fkuehne at videolan.org>
(cherry picked from commit e423b4ec42eaee7003f850d720a8e8c497e9edec)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> 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
More information about the vlc-commits
mailing list