diff options
Diffstat (limited to 'debian/configure')
-rw-r--r-- | debian/configure | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/configure b/debian/configure index f3430d0..50005ba 100644 --- a/debian/configure +++ b/debian/configure @@ -7,7 +7,7 @@ # # # # # $Sendmail$ -# # from Sendmail: ./configure.ac,v 8.14.1 2007-05-21 20:45:00 +# # from Sendmail: ./configure.ac,v 8.14.1 2007-10-04 21:42:00 # # # cat <<EOF # @@ -1534,7 +1534,7 @@ gives unlimited permission to copy, distribute and modify it. # # $Sendmail$ -# from Sendmail: ./configure.ac,v 8.14.1 2007-05-21 20:45:00 +# from Sendmail: ./configure.ac,v 8.14.1 2007-10-04 21:42:00 # cat <<EOF @@ -2548,7 +2548,7 @@ am_version="$am__api_version"; SM_VERS='8.14.1'; -SM_DATE='2007-05-21 20:45:00'; +SM_DATE='2007-10-04 21:42:00'; SM_MINVERS='8.7.6'; SM_MAXVERS='9.0.0'; SM_CPYRT='2007'; @@ -4909,6 +4909,7 @@ if test "$sm_enable_shm" != "no"; then # Milter (_FFR_ on 8.10, 8.11, native on 8.12+) if test "$sm_enable_milter" != "no"; then + sm_libmilter_envdef="$sm_libmilter_envdef -DSM_CONF_POLL=1"; sm_libmilter_version=0; v2i 8.14.0; if test $sm_version_math -ge $sm_version_test; then |