[vlc-commits] [Git][videolan/vlc][master] m4: fix gettext detection on macOS

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Fri Apr 22 16:18:25 UTC 2022



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
09d1dc2f by Dave Nicolson at 2022-04-22T15:57:44+00:00
m4: fix gettext detection on macOS
- - - - -


1 changed file:

- m4/gettext.m4


Changes:

=====================================
m4/gettext.m4
=====================================
@@ -187,7 +187,7 @@ return * gettext ("")$gt_expression_test_code + __GNU_GETTEXT_SYMBOL_EXPRESSION
            [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(



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/09d1dc2fc0ecdc599bc7d6bb14f2b36b2624371b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/09d1dc2fc0ecdc599bc7d6bb14f2b36b2624371b
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list