aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-05-23 08:00:29 +0000
committerMartin Willi <martin@strongswan.org>2006-05-23 08:00:29 +0000
commit4acc8989ce04ce23532435c75d3a4406ed246f04 (patch)
tree9c7a3f6817744afd3551e756c4e4bf7eabf3c35d /configure.in
parenta2744feb63d4fcc890701e742e21725a69f05e17 (diff)
downloadstrongswan-4acc8989ce04ce23532435c75d3a4406ed246f04.tar.bz2
strongswan-4acc8989ce04ce23532435c75d3a4406ed246f04.tar.xz
- fixed build when using --enable-leak-detective
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
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)