summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2008-07-26 19:42:39 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2008-07-26 19:42:39 +0000
commit2d8bdff143744c14190b3d422067ffa884caeabb (patch)
treed65aae79df75b7b8d7470c484e6d10626f47d27e /configure.in
parent7fb814e3b40ce8444b92f46d3a5350480bf1cc1a (diff)
downloadlibxslt-2d8bdff143744c14190b3d422067ffa884caeabb.tar.gz
libxslt-2d8bdff143744c14190b3d422067ffa884caeabb.tar.bz2
libxslt-2d8bdff143744c14190b3d422067ffa884caeabb.zip
*configure.in: fixed option --with-debugger with patch from Arun Ragnavan #544829
svn path=/trunk/; revision=1484
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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