diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2007-10-04 22:40:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 20:07:31 +0200 |
commit | 18180742925ca2df7ad3a7d11f4fabbfa4c2efef (patch) | |
tree | f39a8a6551349d77e98a7d4d0ce5f46ea09f8452 /debian/configure | |
parent | 34e8a737f6d84a0d14a82d8f1c655edaa78534cf (diff) | |
download | sendmail-debian/8.14.1-10.tar.gz |
Imported Debian patch 8.14.1-10debian/8.14.1-10
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 |