diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-19 21:22:44 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-19 21:22:44 +0000 |
commit | 0d70d054586cf2e718aacd5fccfc47e32975b092 (patch) | |
tree | 32fb96cf9f4774e02ed385228361ad31cc4bb901 /acinclude.m4 | |
parent | f04e78f11bb42e911a62c52c410575f602d8dec5 (diff) | |
download | gunmake-0d70d054586cf2e718aacd5fccfc47e32975b092.tar.gz |
* Various fixes for problems in the 3.79.0.1 pretest.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index bbee535..53b77cc 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -534,7 +534,7 @@ not GNU gettext AC_DEFINE(HAVE_LIBINTL_H, 1, [Define if you have <libintl.h>.]) else with_included_gettext=yes - LIBS="$fp_keep_LIBS" + LIBS="$pds_keep_LIBS" fi fi ]) |