masqmail

diff configure.ac @ 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.ac	Sat Jan 14 18:44:48 2012 +0100
     1.2 +++ b/configure.ac	Sat Jan 14 21:36:58 2012 +0100
     1.3 @@ -142,21 +142,6 @@
     1.4  fi
     1.5  AC_SUBST(MD5_LIBS)
     1.6  
     1.7 -dnl ident support (default is to not use it)
     1.8 -IDENT_LIBS=''
     1.9 -AC_ARG_ENABLE(ident,
    1.10 -	[  --enable-ident          enable ident (RFC 1413) support],
    1.11 -	if test "x$enable_ident" != 'xno'; then
    1.12 -		ident_enabled='yes'
    1.13 -	fi,
    1.14 -	)
    1.15 -AC_SUBST(has_ident)
    1.16 -if test "x$ident_enabled" = xyes; then
    1.17 -	AC_DEFINE(ENABLE_IDENT, 1, [If ident is enabled])
    1.18 -	AC_CHECK_LIB(ident, ident_id, IDENT_LIBS='-lident', IDENT_LIBS='libident/libident.a')
    1.19 -fi
    1.20 -AC_SUBST(IDENT_LIBS)
    1.21 -
    1.22  dnl liblockfile
    1.23  AC_ARG_WITH(liblockfile,
    1.24  	[  --with-liblockfile      use liblock (for Debian)],
    1.25 @@ -226,6 +211,5 @@
    1.26  	src/Makefile \
    1.27  	src/base64/Makefile \
    1.28  	src/md5/Makefile \
    1.29 -	src/libident/Makefile \
    1.30  	man/Makefile
    1.31  	)