2005-01-24 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / configure
index d22a2df3ffcf9c3cd603504c9e92f5a87b26109d..1dc3ae2b9081aaeb34919e64538b330137c78eba 100755 (executable)
@@ -5554,8 +5554,10 @@ fi
 
 
 
-        if test "$CATOBJEXT" = "NONE"; then
-                         nls_cv_use_gnu_gettext=yes
+        if test "$CATOBJEXT" = "NONE" && 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
         fi
       fi
 
This page took 0.026489 seconds and 4 git commands to generate.