diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-08-19 13:45:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-08-19 13:45:33 +0000 |
commit | 9d8e67597cfc2b502045c3dede01768af195883d (patch) | |
tree | f7be6d6292a7ac22843e59a95872f201c8198f3d /m4macros | |
parent | 105adb9a35c7a4976c0b9c45bdcbf3f25a2ee184 (diff) |
Add $INTLLIBS to $LIBS temporarily, not -lintl. (Problem with fix for
Tue Aug 19 09:42:06 2003 Owen Taylor <otaylor@redhat.com>
* m4macros/glib-gettext.m4: Add $INTLLIBS to $LIBS
temporarily, not -lintl. (Problem with fix for
#119171, pointed out by James Henstridge)
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/glib-gettext.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index d17b19a48..862db40a9 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -185,7 +185,7 @@ glib_DEFUN([GLIB_WITH_NLS], [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl if test "$MSGFMT" != "no"; then glib_save_LIBS="$LIBS" - LIBS="$LIBS -lintl $libintl_extra_libs" + LIBS="$LIBS $INTLLIBS" AC_CHECK_FUNCS(dcgettext) AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, |