aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2003-07-22 02:56:25 +0000
committerEric S. Raymond <esr@thyrsus.com>2003-07-22 02:56:25 +0000
commita5a7f5681a22b4e3fbdd0c4261af38cb1c064490 (patch)
tree6f3b27b076e082cc0fd34b0a14c20d7341e76f19
parent3fadc1e5f1217f884077968bc7d64b1540e7bd73 (diff)
downloadfetchmail-a5a7f5681a22b4e3fbdd0c4261af38cb1c064490.tar.gz
fetchmail-a5a7f5681a22b4e3fbdd0c4261af38cb1c064490.tar.bz2
fetchmail-a5a7f5681a22b4e3fbdd0c4261af38cb1c064490.zip
Undo an earlier error.
svn path=/trunk/; revision=3830
-rwxr-xr-xspecgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index ede185ba..9875d255 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -117,7 +117,7 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%build
LDFLAGS="-s"
export CFLAGS LDFLAGS
-./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --with-ssl --enable-inet6
+./configure --prefix=/usr --disable-nls --without-kerberos --mandir=%{_mandir} --with-SSL --enable-inet6
# Remove --disable-nls, add --without-included-gettext
# for internationalization. Also look below.
make