]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in (AC_C_INLINE): Added.
authorPhilipp Thomas <pthomas@suse.de>
Tue, 6 Jun 2000 22:04:08 +0000 (22:04 +0000)
committerPhilipp Thomas <pthomas@gcc.gnu.org>
Tue, 6 Jun 2000 22:04:08 +0000 (22:04 +0000)
        * configure.in (AC_C_INLINE): Added.
* aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
* configure: Regenerate.

From-SVN: r34440

gcc/ChangeLog
gcc/aclocal.m4
gcc/configure

index 5c76f0d6e28ea28cad3a9f031f360c60a1485268..a0db4b4f5d6cfd10b17d35879c51285b84d6072c 100644 (file)
@@ -1,3 +1,9 @@
+2000-06-06  Philipp Thomas  <pthomas@suse.de>
+
+        * configure.in (AC_C_INLINE): Added.
+       * aclocal.m4 (AM_WITH_NLS): Enable --with-included-gettext by default.
+       * configure: Regenerate.
+
 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
 
        * c-common.h (c_language_kind): New type.
index 3d7ee94ce91a75d01ab4740f4ddfdf18ad7617d2..19a1f637e894092f53b056eca397a41f74aa7945 100644 (file)
@@ -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"
index ade96b0d2e03c7092264f46cd185ac55eb519c35..1cbe6cb911087b3e5622aaba51b93cfab0e1b4f9 100755 (executable)
@@ -7566,7 +7566,7 @@ if test "${with_included_gettext+set}" = set; then
   withval="$with_included_gettext"
   nls_cv_force_use_gnu_gettext=$withval
 else
-  nls_cv_force_use_gnu_gettext=no
+  nls_cv_force_use_gnu_gettext=yes
 fi
 
       echo "$ac_t""$nls_cv_force_use_gnu_gettext" 1>&6