[vlc-commits] m4: fix gettext detection on OSX (close #5816)

Felix Paul Kühne git at videolan.org
Sun Jun 30 20:30:41 CEST 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jun 27 12:30:28 2013 +0200| [f7237c5068534187e86b8c23fd672ad1578ba745] | committer: David Fuhrmann

m4: fix gettext detection on OSX (close #5816)
(cherry picked from commit d879f020aee800abaafae2e333be6da6604a3577)

Signed-off-by: David Fuhrmann <david.fuhrmann at googlemail.com>

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

 m4/gettext.m4 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/gettext.m4 b/m4/gettext.m4
index 8d1f066..bb783fe 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -187,7 +187,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_LINK_IFELSE(
               [AC_LANG_PROGRAM(



More information about the vlc-commits mailing list