masqmail
diff configure @ 378:5781ba87df95
Removed ident. This had been discussed on the mailing list in Oct 2011.
Ident is hardly useful in typical setups for masqmail. Probably Oliver
had used it in his setup; that would make sense. Now, I know of nobody
who needs it.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 14 Jan 2012 21:36:58 +0100 |
parents | 934a223e4ee8 |
children | 35c5239ebcc1 |
line diff
1.1 --- a/configure Sat Jan 14 18:44:48 2012 +0100 1.2 +++ b/configure Sat Jan 14 21:36:58 2012 +0100 1.3 @@ -611,8 +611,6 @@ 1.4 with_logdir 1.5 USE_LIBLOCKFILE 1.6 LOCKFILE_LIBS 1.7 -IDENT_LIBS 1.8 -has_ident 1.9 MD5_LIBS 1.10 BASE64_LIBS 1.11 with_group 1.12 @@ -713,7 +711,6 @@ 1.13 with_group 1.14 enable_debug 1.15 enable_auth 1.16 -enable_ident 1.17 with_liblockfile 1.18 with_logdir 1.19 with_spooldir 1.20 @@ -1354,7 +1351,6 @@ 1.21 --disable-resolver disable resolver support 1.22 --disable-debug disable debugging 1.23 --disable-auth disable AUTH (RFC 2554) client support 1.24 - --enable-ident enable ident (RFC 1413) support 1.25 1.26 Optional Packages: 1.27 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1.28 @@ -5179,64 +5175,6 @@ 1.29 fi 1.30 1.31 1.32 -IDENT_LIBS='' 1.33 -# Check whether --enable-ident was given. 1.34 -if test "${enable_ident+set}" = set; then : 1.35 - enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then 1.36 - ident_enabled='yes' 1.37 - fi 1.38 -fi 1.39 - 1.40 - 1.41 -if test "x$ident_enabled" = xyes; then 1.42 - 1.43 -$as_echo "#define ENABLE_IDENT 1" >>confdefs.h 1.44 - 1.45 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5 1.46 -$as_echo_n "checking for ident_id in -lident... " >&6; } 1.47 -if ${ac_cv_lib_ident_ident_id+:} false; then : 1.48 - $as_echo_n "(cached) " >&6 1.49 -else 1.50 - ac_check_lib_save_LIBS=$LIBS 1.51 -LIBS="-lident $LIBS" 1.52 -cat confdefs.h - <<_ACEOF >conftest.$ac_ext 1.53 -/* end confdefs.h. */ 1.54 - 1.55 -/* Override any GCC internal prototype to avoid an error. 1.56 - Use char because int might match the return type of a GCC 1.57 - builtin and then its argument prototype would still apply. */ 1.58 -#ifdef __cplusplus 1.59 -extern "C" 1.60 -#endif 1.61 -char ident_id (); 1.62 -int 1.63 -main () 1.64 -{ 1.65 -return ident_id (); 1.66 - ; 1.67 - return 0; 1.68 -} 1.69 -_ACEOF 1.70 -if ac_fn_c_try_link "$LINENO"; then : 1.71 - ac_cv_lib_ident_ident_id=yes 1.72 -else 1.73 - ac_cv_lib_ident_ident_id=no 1.74 -fi 1.75 -rm -f core conftest.err conftest.$ac_objext \ 1.76 - conftest$ac_exeext conftest.$ac_ext 1.77 -LIBS=$ac_check_lib_save_LIBS 1.78 -fi 1.79 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5 1.80 -$as_echo "$ac_cv_lib_ident_ident_id" >&6; } 1.81 -if test "x$ac_cv_lib_ident_ident_id" = xyes; then : 1.82 - IDENT_LIBS='-lident' 1.83 -else 1.84 - IDENT_LIBS='libident/libident.a' 1.85 -fi 1.86 - 1.87 -fi 1.88 - 1.89 - 1.90 1.91 # Check whether --with-liblockfile was given. 1.92 if test "${with_liblockfile+set}" = set; then : 1.93 @@ -5378,7 +5316,7 @@ 1.94 fi 1.95 fi 1.96 1.97 -ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile man/Makefile" 1.98 +ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile man/Makefile" 1.99 1.100 cat >confcache <<\_ACEOF 1.101 # This file is a shell script that caches the results of configure 1.102 @@ -6115,7 +6053,6 @@ 1.103 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 1.104 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 1.105 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 1.106 - "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;; 1.107 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 1.108 1.109 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;