aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-10-18 11:07:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-10-18 11:07:50 +0000
commita95b7e11b345ae86b3a8f04fd9b3603b6de04c4c (patch)
tree9ea86ef5926c26a75728921d6a474250aee158b2 /specgen.sh
parent1c3ec2a3d554fc8a0730f45626be753ed27f09c2 (diff)
downloadfetchmail-a95b7e11b345ae86b3a8f04fd9b3603b6de04c4c.tar.gz
fetchmail-a95b7e11b345ae86b3a8f04fd9b3603b6de04c4c.tar.bz2
fetchmail-a95b7e11b345ae86b3a8f04fd9b3603b6de04c4c.zip
Fix SSL build generation.
svn path=/trunk/; revision=3737
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index 578d2c9f..2332e287 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