comparison 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
comparison
equal deleted inserted replaced
377:9bc3e47b0222 378:5781ba87df95
609 with_confdir 609 with_confdir
610 with_spooldir 610 with_spooldir
611 with_logdir 611 with_logdir
612 USE_LIBLOCKFILE 612 USE_LIBLOCKFILE
613 LOCKFILE_LIBS 613 LOCKFILE_LIBS
614 IDENT_LIBS
615 has_ident
616 MD5_LIBS 614 MD5_LIBS
617 BASE64_LIBS 615 BASE64_LIBS
618 with_group 616 with_group
619 with_user 617 with_user
620 RESOLV_LIBS 618 RESOLV_LIBS
711 enable_resolver 709 enable_resolver
712 with_user 710 with_user
713 with_group 711 with_group
714 enable_debug 712 enable_debug
715 enable_auth 713 enable_auth
716 enable_ident
717 with_liblockfile 714 with_liblockfile
718 with_logdir 715 with_logdir
719 with_spooldir 716 with_spooldir
720 with_confdir 717 with_confdir
721 ' 718 '
1352 --disable-dependency-tracking speeds up one-time build 1349 --disable-dependency-tracking speeds up one-time build
1353 --enable-dependency-tracking do not reject slow dependency extractors 1350 --enable-dependency-tracking do not reject slow dependency extractors
1354 --disable-resolver disable resolver support 1351 --disable-resolver disable resolver support
1355 --disable-debug disable debugging 1352 --disable-debug disable debugging
1356 --disable-auth disable AUTH (RFC 2554) client support 1353 --disable-auth disable AUTH (RFC 2554) client support
1357 --enable-ident enable ident (RFC 1413) support
1358 1354
1359 Optional Packages: 1355 Optional Packages:
1360 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1356 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1361 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1357 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1362 --with-user=USER set user mail 1358 --with-user=USER set user mail
5177 if test "x$need_md5" = 'xyes'; then 5173 if test "x$need_md5" = 'xyes'; then
5178 MD5_LIBS='md5/libmd5.a' 5174 MD5_LIBS='md5/libmd5.a'
5179 fi 5175 fi
5180 5176
5181 5177
5182 IDENT_LIBS=''
5183 # Check whether --enable-ident was given.
5184 if test "${enable_ident+set}" = set; then :
5185 enableval=$enable_ident; if test "x$enable_ident" != 'xno'; then
5186 ident_enabled='yes'
5187 fi
5188 fi
5189
5190
5191 if test "x$ident_enabled" = xyes; then
5192
5193 $as_echo "#define ENABLE_IDENT 1" >>confdefs.h
5194
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ident_id in -lident" >&5
5196 $as_echo_n "checking for ident_id in -lident... " >&6; }
5197 if ${ac_cv_lib_ident_ident_id+:} false; then :
5198 $as_echo_n "(cached) " >&6
5199 else
5200 ac_check_lib_save_LIBS=$LIBS
5201 LIBS="-lident $LIBS"
5202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5203 /* end confdefs.h. */
5204
5205 /* Override any GCC internal prototype to avoid an error.
5206 Use char because int might match the return type of a GCC
5207 builtin and then its argument prototype would still apply. */
5208 #ifdef __cplusplus
5209 extern "C"
5210 #endif
5211 char ident_id ();
5212 int
5213 main ()
5214 {
5215 return ident_id ();
5216 ;
5217 return 0;
5218 }
5219 _ACEOF
5220 if ac_fn_c_try_link "$LINENO"; then :
5221 ac_cv_lib_ident_ident_id=yes
5222 else
5223 ac_cv_lib_ident_ident_id=no
5224 fi
5225 rm -f core conftest.err conftest.$ac_objext \
5226 conftest$ac_exeext conftest.$ac_ext
5227 LIBS=$ac_check_lib_save_LIBS
5228 fi
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ident_ident_id" >&5
5230 $as_echo "$ac_cv_lib_ident_ident_id" >&6; }
5231 if test "x$ac_cv_lib_ident_ident_id" = xyes; then :
5232 IDENT_LIBS='-lident'
5233 else
5234 IDENT_LIBS='libident/libident.a'
5235 fi
5236
5237 fi
5238
5239
5240 5178
5241 # Check whether --with-liblockfile was given. 5179 # Check whether --with-liblockfile was given.
5242 if test "${with_liblockfile+set}" = set; then : 5180 if test "${with_liblockfile+set}" = set; then :
5243 withval=$with_liblockfile; 5181 withval=$with_liblockfile;
5244 fi 5182 fi
5376 _ACEOF 5314 _ACEOF
5377 5315
5378 fi 5316 fi
5379 fi 5317 fi
5380 5318
5381 ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile src/libident/Makefile man/Makefile" 5319 ac_config_files="$ac_config_files Makefile src/Makefile src/base64/Makefile src/md5/Makefile man/Makefile"
5382 5320
5383 cat >confcache <<\_ACEOF 5321 cat >confcache <<\_ACEOF
5384 # This file is a shell script that caches the results of configure 5322 # This file is a shell script that caches the results of configure
5385 # tests run on this system so they can be shared between configure 5323 # tests run on this system so they can be shared between configure
5386 # scripts and configure runs, see configure's option --config-cache. 5324 # scripts and configure runs, see configure's option --config-cache.
6113 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 6051 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
6114 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 6052 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
6115 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 6053 "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
6116 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;; 6054 "src/base64/Makefile") CONFIG_FILES="$CONFIG_FILES src/base64/Makefile" ;;
6117 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;; 6055 "src/md5/Makefile") CONFIG_FILES="$CONFIG_FILES src/md5/Makefile" ;;
6118 "src/libident/Makefile") CONFIG_FILES="$CONFIG_FILES src/libident/Makefile" ;;
6119 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; 6056 "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
6120 6057
6121 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; 6058 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6122 esac 6059 esac
6123 done 6060 done