diff options
-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 |