From 9ef0f26270cb4c21686b69f34cb8768cb7a22e5d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 21 Jan 1999 05:25:29 +0000 Subject: See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner Koch --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index d26b1bce1..96060957e 100644 --- a/configure.in +++ b/configure.in @@ -49,8 +49,8 @@ if test "$use_m_debug" = yes; then else AC_MSG_CHECKING([whether memory guard is requested]) AC_ARG_ENABLE(m-guard, - [ --disable-m-guard disable memory guard facility], - use_m_guard=$enableval, use_m_guard=yes) + [ --enable-m-guard enable memory guard facility], + use_m_guard=$enableval, use_m_guard=no) AC_MSG_RESULT($use_m_guard) fi if test "$use_m_guard" = yes ; then -- cgit v1.2.3