[vlc-commits] Fix MacOS gettext intl detection

Jean Baptiste-Kempf git at videolan.org
Sun Jan 22 18:19:22 CET 2012


vlc | branch: master | Jean Baptiste-Kempf <jb at videolan.org> | Sun Jan 22 09:18:30 2012 -0800| [e423b4ec42eaee7003f850d720a8e8c497e9edec] | committer: Felix Paul Kühne

Fix MacOS gettext intl detection

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e423b4ec42eaee7003f850d720a8e8c497e9edec
---

 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