]> sourceware.org Git - newlib-cygwin.git/commitdiff
2005-01-27 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@gnu.org>
Thu, 27 Jan 2005 14:47:56 +0000 (14:47 +0000)
committerAndrew Cagney <cagney@gnu.org>
Thu, 27 Jan 2005 14:47:56 +0000 (14:47 +0000)
* gettext.m4: Don't use NONE as a default for CATOBJEXT.

ChangeLog
gettext.m4

index ee2675fb405d2a8c850c5d824d2a68de298b192e..d648eb96e07d38b52de0ca14f3f80d05d5a82f52 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-27  Andrew Cagney  <cagney@gnu.org>
+
+       * gettext.m4: Don't use NONE as a default for CATOBJEXT.
+
 2005-01-24  Andrew Cagney  <cagney@gnu.org>
 
        * gettext.m4: Only fall back to ../intl/ when it's present.
index 6a48f4ac001945a8333fab8848690754b467c31a..f3deafa61dc45ca6098307e3fb1e2287c04ef6d1 100644 (file)
@@ -40,7 +40,7 @@ AC_DEFUN([CY_WITH_NLS],
        dnl catgets is only used if permitted by option --with-catgets.
        nls_cv_header_intl=
        nls_cv_header_libgt=
-       CATOBJEXT=NONE
+       CATOBJEXT=
 
        AC_CHECK_HEADER(libintl.h,
          [AC_CACHE_CHECK([for gettext in libc], gt_cv_func_gettext_libc,
@@ -81,7 +81,7 @@ AC_DEFUN([CY_WITH_NLS],
        dnl In the standard gettext, we would now check for catgets.
         dnl However, we never want to use catgets for our releases.
 
-        if test "$CATOBJEXT" = "NONE" && test -d $srcdir/../intl; then
+        if test x"$CATOBJEXT" = x && test -d $srcdir/../intl; then
          # Neither gettext nor catgets in included in the C library.
          # Fall back on GNU gettext library (assuming it is present).
          nls_cv_use_gnu_gettext=yes
This page took 0.050315 seconds and 5 git commands to generate.