2fa61aa117
Submitted by: oliver (via mail) Feature safe: yes
20 lines
493 B
Text
20 lines
493 B
Text
--- ./configure.orig 2013-04-21 08:49:43.000000000 +0000
|
|
+++ ./configure 2013-04-21 15:48:06.000000000 +0000
|
|
@@ -5649,7 +5649,7 @@
|
|
$as_echo_n "checking whether NLS is requested... " >&6; }
|
|
# Check whether --enable-nls was given.
|
|
if test "${enable_nls+set}" = set; then :
|
|
- enableval=$enable_nls; USE_NLS=$enableval
|
|
+ enableval=$enable_nls; USE_NLS=no
|
|
else
|
|
USE_NLS=yes
|
|
fi
|
|
@@ -13186,7 +13186,7 @@
|
|
|
|
fi
|
|
fi
|
|
- USE_NLS=yes
|
|
+# USE_NLS=yes
|
|
|
|
|
|
gt_cv_have_gettext=no
|