diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-15 02:51:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-15 02:51:33 +0000 |
commit | 42f04422b06c094a71ea194e77609dfae55fc5c5 (patch) | |
tree | e013b240c0e7777e34f3087877c029ab93636b60 /m4macros | |
parent | 8b8616bb9cbe8f964253245c028230858589c713 (diff) | |
download | glib-42f04422b06c094a71ea194e77609dfae55fc5c5.tar.gz glib-42f04422b06c094a71ea194e77609dfae55fc5c5.tar.bz2 glib-42f04422b06c094a71ea194e77609dfae55fc5c5.zip |
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.m4 | 2 |
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 |