]> git.sesse.net Git - vlc/commitdiff
Fix MacOS gettext intl detection
authorJean Baptiste-Kempf <jb@videolan.org>
Sun, 22 Jan 2012 17:18:30 +0000 (09:18 -0800)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 22 Jan 2012 17:19:03 +0000 (09:19 -0800)
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
m4/gettext.m4

index f84e6a5d753e7971dc0c827fcc7cd9956971071b..5c595b8709d02373c3c6ba9f8e90cf4d92d015fd 100644 (file)
@@ -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