summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-15 02:51:33 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-15 02:51:33 +0000
commit42f04422b06c094a71ea194e77609dfae55fc5c5 (patch)
treee013b240c0e7777e34f3087877c029ab93636b60 /m4macros
parent8b8616bb9cbe8f964253245c028230858589c713 (diff)
downloadglib-42f04422b06c094a71ea194e77609dfae55fc5c5.tar.gz
Fixes from Johannes Stezenbach [...] Remove a stray setting of $LIBS.
Thu Dec 12 23:08:29 2002 Owen Taylor <otaylor@redhat.com> Fixes from Johannes Stezenbach [...] * m4macros/glib-gettext.m4: Remove a stray setting of $LIBS.
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-gettext.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4
index 5792e99de..b54befc65 100644
--- a/m4macros/glib-gettext.m4
+++ b/m4macros/glib-gettext.m4
@@ -181,8 +181,6 @@ glib_DEFUN([GLIB_WITH_NLS],
INSTOBJEXT=.mo
fi
fi
-
- LIBS="$glib_save_LIBS"
])
if test "$gt_cv_have_gettext" = "yes" ; then