aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-05 00:09:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-05 00:09:40 +0000
commitd8bf28397672c78203d42a14a51d28098249d9b4 (patch)
treed7dc29de02d0b43c7b4f04387126344cf313056d
parent976783288f9aedeca5412e66c54fca120de4992f (diff)
downloadfetchmail-d8bf28397672c78203d42a14a51d28098249d9b4.tar.gz
fetchmail-d8bf28397672c78203d42a14a51d28098249d9b4.tar.bz2
fetchmail-d8bf28397672c78203d42a14a51d28098249d9b4.zip
Disable NLS.
svn path=/trunk/; revision=3200
-rwxr-xr-xspecgen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/specgen.sh b/specgen.sh
index 65e3091d..14fa3f07 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -117,8 +117,8 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%build
CFLAGS="\$RPM_OPT_FLAGS" LDFLAGS="-s"
export CFLAGS LDFLAGS
-./configure --prefix=/usr --without-kerberos --mandir=%{_mandir}
- # Add --enable-nls --without-included-gettext
+./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir}
+ # Remove --disable-nls, add --without-included-gettext
# for internationalization. Also look below.
make