]> Pileus Git - ~andy/gtk/blobdiff - acinclude.m4
Don't define ENABLE_NLS unless we have a working NLS. (This should keep
[~andy/gtk] / acinclude.m4
index d04336e18d54a1fe1e71020acbc577c51ebcddeb..dc0cbf17149655960aad9057fff184558cd726ed 100644 (file)
@@ -569,7 +569,7 @@ AC_DEFUN(AM_GTK_WITH_NLS,
 
     dnl If we use NLS figure out what method
     if test "$USE_NLS" = "yes"; then
-      AC_DEFINE(ENABLE_NLS)
+#      AC_DEFINE(ENABLE_NLS)
 #      AC_MSG_CHECKING([whether included gettext is requested])
 #      AC_ARG_WITH(included-gettext,
 #        [  --with-included-gettext use the GNU gettext library included here],