diff options
author | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-12 02:07:00 +0000 |
---|---|---|
committer | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-12 02:07:00 +0000 |
commit | 854c806e539b8b8bb7ad11d369d7b34d7c19413c (patch) | |
tree | e9f82c2169ecb678bcf023ad04dee91f081b2176 /gcc/aclocal.m4 | |
parent | 4f43d5be478f90b85c32fe46975c831ad4ca4ef9 (diff) | |
download | gcc-854c806e539b8b8bb7ad11d369d7b34d7c19413c.tar.gz |
2000-09-12 Philipp Thomas <pthomas@suse.de>
* aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36345 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/aclocal.m4')
-rw-r--r-- | gcc/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4 index cf53a36626c..92748f3d205 100644 --- a/gcc/aclocal.m4 +++ b/gcc/aclocal.m4 @@ -313,7 +313,7 @@ AC_DEFUN(AM_WITH_NLS, AC_ARG_WITH(included-gettext, [ --with-included-gettext use the GNU gettext library included here], nls_cv_force_use_gnu_gettext=$withval, - nls_cv_force_use_gnu_gettext=yes) + nls_cv_force_use_gnu_gettext=no) AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" |