summaryrefslogtreecommitdiffstats
path: root/rules/libxslt.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 21:06:50 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-02-07 21:06:50 +0000
commit3b605ff3e99d08f4335656f4a9eea585babb05d3 (patch)
tree20720778bb6d0708a890fc4d6984004e248c6dfa /rules/libxslt.in
parent2bb93721e20da4f5a26e4855f5e6dcc327df1cc0 (diff)
downloadptxdist-3b605ff3e99d08f4335656f4a9eea585babb05d3.tar.gz
ptxdist-3b605ff3e99d08f4335656f4a9eea585babb05d3.tar.xz
remove default n; patch by Ladislav Michl
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4510 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxslt.in')
-rw-r--r--rules/libxslt.in8
1 files changed, 2 insertions, 6 deletions
diff --git a/rules/libxslt.in b/rules/libxslt.in
index 38f7d69e1..a252fb20f 100644
--- a/rules/libxslt.in
+++ b/rules/libxslt.in
@@ -5,7 +5,6 @@
menuconfig LIBXSLT
bool
prompt "libxslt "
- default N
select LIBXML2
help
LibXSLT is a generic XSLT implementation. For details see the
@@ -22,7 +21,6 @@ comment "Compile Options"
config LIBXSLT_CRYPTO
bool
prompt "Add crypto support to exslt"
- default n
depends on LIBXSLT
config LIBXSLT_PLUGINS
@@ -34,7 +32,6 @@ config LIBXSLT_PLUGINS
config LIBXSLT_DEBUG
bool
prompt "Add the debugging support"
- default n
depends on LIBXSLT
comment "Install Components"
@@ -43,19 +40,18 @@ comment "Install Components"
config LIBXSLT_LIBXSLT
bool
prompt "libxslt"
- default Y if LIBXSLT
+ default y if LIBXSLT
depends on LIBXSLT
config LIBXSLT_LIBEXSLT
bool
prompt "libexslt"
- default Y if LIBXSLT
+ default y if LIBXSLT
depends on LIBXSLT
config LIBXSLT_XSLTPROC
bool
prompt "xsltproc"
- default N
depends on LIBXSLT
select LIBXSLT_LIBEXSLT
select LIBXSLT_LIBXSLT