comparison configure.in @ 189:e10f5951b905

fix null pointer dereference from missing HELO command
author carl
date Sat, 10 Nov 2007 10:41:04 -0800
parents f0eda59e8afd
children 004b855c6c1f
comparison
equal deleted inserted replaced
188:edcefdb7ccc1 189:e10f5951b905
44 44
45 # check for posix threads 45 # check for posix threads
46 ACX_PTHREAD 46 ACX_PTHREAD
47 47
48 # See if we have progress callback 48 # See if we have progress callback
49 AC_CHECK_LIB([milter], 49 #AC_CHECK_LIB([milter],
50 [smfi_progress], 50 # [smfi_progress],
51 [AC_DEFINE(_FFR_SMFI_PROGRESS, 1, Define to 1 to enable progress callback)], 51 # [AC_DEFINE(_FFR_SMFI_PROGRESS, 1, Define to 1 to enable progress callback)],
52 [AC_DEFINE(_FFR_SMFI_PROGRESS, 0, Define to 1 to enable progress callback)], 52 # [AC_DEFINE(_FFR_SMFI_PROGRESS, 0, Define to 1 to enable progress callback)],
53 [-lpthread] 53 # [-lpthread]
54 ) 54 # )
55
56 55
57 AC_CONFIG_FILES([Makefile 56 AC_CONFIG_FILES([Makefile
58 dnsbl.rc 57 dnsbl.rc
59 dnsbl.spec 58 dnsbl.spec
60 html/Makefile 59 html/Makefile