]> Pileus Git - ~andy/fetchmail/commitdiff
Disable NLS.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 5 Mar 2001 00:09:40 +0000 (00:09 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 5 Mar 2001 00:09:40 +0000 (00:09 -0000)
svn path=/trunk/; revision=3200

specgen.sh

index 65e3091ddf2d0b8478a7dfa422c0cab114a584cb..14fa3f0776463ea25c5eb02c3248347a8b88ca79 100755 (executable)
@@ -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