Skip to content

Commit

Permalink
m4: fix gettext detection on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson authored and fkuehne committed Apr 22, 2022
1 parent e6b0c07 commit 09d1dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/gettext.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 09d1dc2

Please sign in to comment.