diff options
Diffstat (limited to 'debian/configure.ac')
-rw-r--r-- | debian/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/configure.ac b/debian/configure.ac index 235018f..f231b10 100644 --- a/debian/configure.ac +++ b/debian/configure.ac @@ -13,7 +13,7 @@ # #------------------------------------------------------------------------------ define([_SM_CPYRT], [2007])dnl -define([_SM_VERS], [8.14.1])dnl +define([_SM_VERS], [8.14.2])dnl define([_SM_DATE], [2007-10-04 21:42:00])dnl define([_SM_MAXVERS],[9.0.0])dnl define([_SM_MINVERS],[8.7.6])dnl @@ -1507,9 +1507,6 @@ if test $sm_enable_auth != no; then sm_badepends="$sm_badepends, lib${junk}-dev"; sm_suggests="$sm_suggests, ${junk}-bin"; sm_suggests="$sm_suggests, lib${junk}-modules"; - sm_suggests="$sm_suggests | lib${junk}-modules-plain"; - sm_suggests="$sm_suggests | lib${junk}-digestmd5-plain"; - sm_suggests="$sm_suggests | lib${junk}-digestmd5-des"; sm_sendmail_envdef="$sm_sendmail_envdef -DSASL"; if test $ac_cv_header_sasl_sasl_h = yes; then sm_sendmail_envdef="$sm_sendmail_envdef -I/usr/include/sasl"; |