diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Sat Jul 26 12:43:18 PST 2008 William Brack <wbrack@mmm.com.hk> + + *configure.in: fixed option --with-debugger with patch from + Arun Ragnavan #544829 + Sat Jul 12 16:36:58 PST 2008 William Brack <wbrack@mmm.com.hk> * libexslt/math.c: fixed incorrect argument popping in diff --git a/configure.in b/configure.in index 36d9fd51..706ed968 100644 --- a/configure.in +++ b/configure.in @@ -387,7 +387,7 @@ AC_SUBST(WITH_MEM_DEBUG) dnl dnl Is debugger support requested dnl -AC_ARG_WITH(with_debugger, [ --with-debugger Add the debugging support (on)]) +AC_ARG_WITH(debugger, [ --with-debugger Add the debugging support (on)]) if test "$with_debugger" = "no" ; then echo Disabling debugger WITH_DEBUGGER=0 |