Mercurial > dnsbl
comparison configure.in @ 227:3fee608becbc stable-6-0-21
Fixes to compile on old systems without memrchr or string::clear().
Fix bug in spamassassin interface trying to clear a string with string::empty().
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 03 Jan 2009 15:16:47 -0800 |
parents | 784030ac71f1 |
children | b3652d1ae010 |
comparison
equal
deleted
inserted
replaced
226:c3a4b03f371d | 227:3fee608becbc |
---|---|
1 | 1 |
2 AC_PREREQ(2.59) | 2 AC_PREREQ(2.59) |
3 AC_INIT(dnsbl,6.20,carl@five-ten-sg.com) | 3 AC_INIT(dnsbl,6.21,carl@five-ten-sg.com) |
4 AC_CONFIG_SRCDIR([config.h.in]) | 4 AC_CONFIG_SRCDIR([config.h.in]) |
5 AC_CONFIG_HEADER([config.h]) | 5 AC_CONFIG_HEADER([config.h]) |
6 | 6 |
7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) | 7 AM_INIT_AUTOMAKE($PACKAGE_NAME,$PACKAGE_VERSION) |
8 | 8 |
38 AC_FUNC_FORK | 38 AC_FUNC_FORK |
39 AC_FUNC_GETPGRP | 39 AC_FUNC_GETPGRP |
40 AC_HEADER_STDC | 40 AC_HEADER_STDC |
41 AC_FUNC_STAT | 41 AC_FUNC_STAT |
42 AC_FUNC_STRFTIME | 42 AC_FUNC_STRFTIME |
43 AC_CHECK_FUNCS([daemon dup2 gethostbyname gethostname memmove memset socket strchr strdup strerror strncasecmp strrchr strstr strtol]) | 43 AC_CHECK_FUNCS([daemon dup2 gethostbyname gethostname memmove memrchr memset regcomp socket strcasecmp strchr strdup strerror strncasecmp strrchr strstr strtol]) |
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 |