comparison configure.in @ 190:004b855c6c1f

fix null pointer dereference from missing HELO command
author carl
date Sat, 10 Nov 2007 10:52:50 -0800
parents e10f5951b905
children 8f4a9a37d4d9
comparison
equal deleted inserted replaced
189:e10f5951b905 190:004b855c6c1f
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 55
56 AC_CONFIG_FILES([Makefile 56 AC_CONFIG_FILES([Makefile
57 dnsbl.rc 57 dnsbl.rc
58 dnsbl.spec 58 dnsbl.spec
59 html/Makefile 59 html/Makefile