From d8bf28397672c78203d42a14a51d28098249d9b4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 5 Mar 2001 00:09:40 +0000 Subject: Disable NLS. svn path=/trunk/; revision=3200 --- specgen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'specgen.sh') 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 -- cgit v1.2.3