diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e9d6f19c0..938c161f0 100644 --- a/configure.in +++ b/configure.in @@ -77,7 +77,6 @@ AC_ARG_ENABLE( [leak-detective], AS_HELP_STRING([--enable-leak-detective],[enable malloc hooks to find memory leaks (default is NO).]), leak_detective=true - AC_DEFINE(LEAK_DETECTIVE) ) AM_CONDITIONAL(USE_LEAK_DETECTIVE, test x$leak_detective = xtrue) |