summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libxslt.make')
-rw-r--r--rules/libxslt.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libxslt.make b/rules/libxslt.make
index f6ed409b7..6510e50fb 100644
--- a/rules/libxslt.make
+++ b/rules/libxslt.make
@@ -76,11 +76,11 @@ endif
ifdef PTXCONF_LIBXSLT_DEBUG
LIBXSLT_AUTOCONF += \
--with-debug \
- --with-with_debugger
+ --with-debugger
else
LIBXSLT_AUTOCONF += \
--without-debug \
- --with-with_debugger=no
+ --without-debugger
endif