Skip to content
Snippets Groups Projects
Commit 70da25d2 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added --with-dmalloc.

Rev: src/configure.in:1.146
parent fe133321
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.145 1998/03/02 15:28:49 grubba Exp $")
AC_REVISION("$Id: configure.in,v 1.146 1998/03/03 13:54:38 grubba Exp $")
AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h)
......@@ -92,6 +92,7 @@ AC_ARG_WITH(threads, [ --without-threads no threads support],[],[with_th
AC_ARG_WITH(zlib, [ --without-zlib no gz compression support],[],[with_zlib=yes])
AC_ARG_WITH(ssleay, [ --without-ssleay no support for the secure socket protocol],[],[with_ssleay=yes])
AC_ARG_WITH(mysql, [ --without-mysql no support for the Mysql database],[],[with_mysql=yes])
AC_ARG_WITH(dmalloc, [ --with-dmallloc enable memory-leak tests],[AC_DEFINE(DEBUG_MALLOC)],[])
AC_ARG_WITH(profiling, [ --with-profiling add code used to profile pike code ],[AC_DEFINE(PROFILING)],[])
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment