diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-03-05 00:09:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-03-05 00:09:40 +0000 |
commit | d8bf28397672c78203d42a14a51d28098249d9b4 (patch) | |
tree | d7dc29de02d0b43c7b4f04387126344cf313056d /specgen.sh | |
parent | 976783288f9aedeca5412e66c54fca120de4992f (diff) | |
download | fetchmail-d8bf28397672c78203d42a14a51d28098249d9b4.tar.gz fetchmail-d8bf28397672c78203d42a14a51d28098249d9b4.tar.bz2 fetchmail-d8bf28397672c78203d42a14a51d28098249d9b4.zip |
Disable NLS.
svn path=/trunk/; revision=3200
Diffstat (limited to 'specgen.sh')
-rwxr-xr-x | specgen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |