diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 22:42:47 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 22:42:47 +0000 |
commit | e834074dd43cabd10ca9811191a212f86b8f6ed7 (patch) | |
tree | 06bd7dbcc25f6026bfb306dfcf58cd6d13d1b5cc /configure.in | |
parent | b982b6db2bc9df396d4cd329e23c5b3199a409a2 (diff) |
If we are compiling with debugging enabled and libefence is available,
link it to get debugging malloc.
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 9f5baeb8..0b469490 100644 --- a/configure.in +++ b/configure.in @@ -109,6 +109,7 @@ BIRD_CHECK_TIME_T if test "$enable_debug" = yes ; then AC_DEFINE(PATH_CONFIG_DIR, ".") AC_DEFINE(DEBUGGING) + AC_CHECK_LIB(efence, malloc) else AC_DEFINE_UNQUOTED(PATH_CONFIG_DIR, "$sysconfdir") fi |