mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
21
configure
vendored
21
configure
vendored
@ -699,7 +699,6 @@ enable_static_build
|
||||
enable_compat_layout
|
||||
enable_clamd
|
||||
enable_memcached
|
||||
enable_starttls
|
||||
enable_tcpwrappers
|
||||
enable_tweak_sent_time
|
||||
with_database
|
||||
@ -1325,7 +1324,6 @@ Optional Features:
|
||||
--enable-compat-layout support for older storage layout (default: no)
|
||||
--enable-clamd build clamd antivirus support
|
||||
--enable-memcached build memcached support
|
||||
--enable-starttls build starttls support
|
||||
--enable-tcpwrappers build tcpwrappers support
|
||||
--tweak-sent-time tweak sent time
|
||||
|
||||
@ -3445,7 +3443,6 @@ have_psql="no"
|
||||
have_tre="no"
|
||||
have_zip="no"
|
||||
have_zlib="no"
|
||||
have_starttls="no"
|
||||
have_tcpwrappers="no"
|
||||
have_tweak_sent_time="no"
|
||||
|
||||
@ -3537,15 +3534,6 @@ fi
|
||||
|
||||
|
||||
|
||||
# Check whether --enable-starttls was given.
|
||||
if test "${enable_starttls+set}" = set; then :
|
||||
enableval=$enable_starttls; have_starttls=$enableval
|
||||
else
|
||||
have_starttls="no"
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Check whether --enable-tcpwrappers was given.
|
||||
if test "${enable_tcpwrappers+set}" = set; then :
|
||||
enableval=$enable_tcpwrappers; want_tcpwrappers=$enableval
|
||||
@ -4738,15 +4726,6 @@ _ACEOF
|
||||
antispam_libs="$antispam_libs -lzip"
|
||||
fi
|
||||
|
||||
if test "$have_starttls" = "yes"; then
|
||||
echo "starttls support: yes"
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_STARTTLS 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
if test "$have_tcpwrappers" = "yes"; then
|
||||
echo "tcpwrappers support: yes"
|
||||
|
||||
|
Reference in New Issue
Block a user