diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-15 14:02:43 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-15 14:02:43 +0000 |
commit | 124aed1a19fbebd064160fd21c320ba196bb0cd3 (patch) | |
tree | 052321600bca4118bf95ad36ac461e84c27b93f9 /extra | |
parent | 0e3571472522a22f3d53b1195cb112528e7b4adc (diff) |
wordexp can't be built w/o glob
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 1 |
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 |