diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 13:59:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-04 13:59:57 +0000 |
commit | 1bded7d40bcbaea28103f81a7f8998f376cd4286 (patch) | |
tree | 6445c271dc4838a4b0b903b66697d2a6cd278514 | |
parent | 3ab721da256bf6e29581a44ccd03d48942c2704e (diff) | |
download | fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.tar.gz fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.tar.bz2 fetchmail-1bded7d40bcbaea28103f81a7f8998f376cd4286.zip |
SSL port fix.
svn path=/trunk/; revision=3694
-rw-r--r-- | configure.in | 1 | ||||
-rwxr-xr-x | specgen.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 11052a56..1c5cebfd 100644 --- a/configure.in +++ b/configure.in @@ -574,6 +574,7 @@ then for ac_dir in \ /usr/local/ssl \ /usr/ssl \ + /usr \ /local/ssl \ /opt/ssl \ ; \ @@ -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} --enable-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 |