diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-30 19:02:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-30 19:02:56 +0000 |
commit | fa2c3a73e4dbbe69c311d6a2ded4e5cc0d6be665 (patch) | |
tree | b6e1ab88c34d592ccf755356007b188f6e33e758 /configure.in | |
parent | ad0fcef5763ba9e581938b10ec04910fd248824a (diff) | |
download | tor-fa2c3a73e4dbbe69c311d6a2ded4e5cc0d6be665.tar.gz tor-fa2c3a73e4dbbe69c311d6a2ded4e5cc0d6be665.zip |
make dmalloc 5.4.2 work again too
svn:r12615
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index a5aeb47439..88bac18926 100644 --- a/configure.in +++ b/configure.in @@ -500,6 +500,7 @@ if [[ $dmalloc -eq 1 ]]; then AC_SEARCH_LIBS(dmalloc_malloc, [dmallocth dmalloc], , AC_MSG_ERROR(Libdmalloc library not found. If you enable it you better have it installed.)) AC_DEFINE(USE_DMALLOC, 1, [Debug memory allocation library]) AC_DEFINE(DMALLOC_FUNC_CHECK, 1, [Enable dmalloc's malloc function check]) + AC_CHECK_FUNCS(dmalloc_strdup dmalloc_strndup) fi # Allow user to specify an alternate syslog facility |