summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-15 14:02:43 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-15 14:02:43 +0000
commit124aed1a19fbebd064160fd21c320ba196bb0cd3 (patch)
tree052321600bca4118bf95ad36ac461e84c27b93f9 /extra/Configs
parent0e3571472522a22f3d53b1195cb112528e7b4adc (diff)
wordexp can't be built w/o glob
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 4cd32e20e..b0637b750 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1061,6 +1061,7 @@ config UCLIBC_HAS_REGEX_OLD
config UCLIBC_HAS_WORDEXP
bool "Support the wordexp() interface"
+ depends on UCLIBC_HAS_GLOB
default n
help
The SuSv3 wordexp() interface performs word expansions per the Shell