summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-02 21:36:54 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-05 10:31:16 +0100
commit0211d7841090f9708099f55508b3857c86db4ac4 (patch)
tree6df8b7649d85a875cbf7d1d02bdac2b39214d0da /rules/libxslt.make
parenta9b831c355bfb1c01b120e0c75dd9f5373db0f8c (diff)
downloadptxdist-0211d7841090f9708099f55508b3857c86db4ac4.tar.gz
ptxdist-0211d7841090f9708099f55508b3857c86db4ac4.tar.xz
[libxslt] fix with/without debugger switch
This patch fixes this warning: configure: WARNING: unrecognized options: --with-with_debugger Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
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