about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2007-07-02 00:15:38 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2007-07-02 00:15:38 -0400
commit387b9cbf38dddc3adbb811e03345576e35df3725 (patch)
tree90940c6cde94dc67ef37e97561580435b9469b9e /configure.in
parentfa5da88cfe856e4c69d3dfb12e68bb56d0c69c9e (diff)
downloadlynx-snapshots-387b9cbf38dddc3adbb811e03345576e35df3725.tar.gz
snapshot of project "lynx", label v2-8-7dev_5b
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in23
1 files changed, 3 insertions, 20 deletions
diff --git a/configure.in b/configure.in
index 4e7d5eb9..b7d65854 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl $LynxId: configure.in,v 1.155 2007/05/23 00:42:34 tom Exp $
+dnl $LynxId: configure.in,v 1.156 2007/06/24 21:22:53 tom Exp $
 dnl
 dnl Process this file with autoconf to produce a configure script.
 dnl
@@ -192,25 +192,8 @@ then
 fi
 fi
 
-AC_MSG_CHECKING(if you want to link with dbmalloc for testing)
-AC_ARG_WITH(dbmalloc,
-	[  --with-dbmalloc         test: use Conor Cahill's dbmalloc library],
-	[with_dbmalloc=$withval],
-	[with_dbmalloc=no])
-AC_MSG_RESULT($with_dbmalloc)
-if test $with_dbmalloc = yes ; then
-	AC_CHECK_LIB(dbmalloc,debug_malloc)
-fi
-
-AC_MSG_CHECKING(if you want to link with dmalloc for testing)
-AC_ARG_WITH(dmalloc,
-	[  --with-dmalloc          test: use Gray Watson's dmalloc library],
-	[with_dmalloc=$withval],
-	[with_dmalloc=no])
-AC_MSG_RESULT($with_dmalloc)
-if test $with_dmalloc = yes ; then
-	AC_CHECK_LIB(dmalloc,dmalloc_debug)
-fi
+CF_WITH_DBMALLOC
+CF_WITH_DMALLOC
 
 dnl --------------------------------------------------------------------------
 dnl Checks for compiler & standard-library characteristics