Skip to content

Commit

Permalink
m4: fix gettext detection on OSX (close #5816)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkuehne committed Jun 27, 2013
1 parent 95d8d65 commit d879f02
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 + _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(
Expand Down

0 comments on commit d879f02

Please sign in to comment.