Removed memwatch debugger
This commit is contained in:
20
configure
vendored
20
configure
vendored
@@ -837,11 +837,6 @@ if test -n "$ac_init_help"; then
|
||||
|
||||
cat <<\_ACEOF
|
||||
|
||||
Optional Features:
|
||||
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
||||
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
||||
--enable-memwatch MEMWATCH debugging
|
||||
|
||||
Optional Packages:
|
||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
||||
@@ -1781,21 +1776,6 @@ fi
|
||||
|
||||
CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes"
|
||||
|
||||
# Check whether --enable-memwatch or --disable-memwatch was given.
|
||||
if test "${enable_memwatch+set}" = set; then
|
||||
enableval="$enable_memwatch"
|
||||
memwatch=$enableval
|
||||
else
|
||||
memwatch=no
|
||||
fi;
|
||||
|
||||
if test "$memwatch" = "yes"; then
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define MEMWATCH 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define RESTAMP_OLD_POSTINGS 21
|
||||
_ACEOF
|
||||
|
Reference in New Issue
Block a user