summaryrefslogtreecommitdiff
path: root/gcc/aclocal.m4
diff options
context:
space:
mode:
authorpthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-06 22:04:08 +0000
committerpthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-06 22:04:08 +0000
commit13c13ccb728a7f0a0564585f9a99828b01767ec1 (patch)
tree241b15a36dcd7176c9a95a944c2ce1de4a77a944 /gcc/aclocal.m4
parent6d2516c43876d835bac3c0ee4dfe87ceb4d63629 (diff)
downloadgcc-13c13ccb728a7f0a0564585f9a99828b01767ec1.tar.gz
* configure.in (AC_C_INLINE): Added.
* aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34440 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/aclocal.m4')
-rw-r--r--gcc/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4
index 3d7ee94ce91..19a1f637e89 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=no)
+ nls_cv_force_use_gnu_gettext=yes)
AC_MSG_RESULT($nls_cv_force_use_gnu_gettext)
nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext"