summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-20 11:43:18 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-20 11:43:18 +0000
commit16129810acd33d78e785bf636425a4dd9da03984 (patch)
tree853a39ef37af141c0a18067f2073aadb873b7528 /extra
parent42dfe0465e03b819a3508d653ce6e7cc39b40cff (diff)
Correct wordexp, I have hidden for now __libc_arg[c,v], there is no other use within uClibc, depends on fnmatch as well
Diffstat (limited to 'extra')
-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 65e1e4c1a..03ee6d52f 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1124,6 +1124,7 @@ config UCLIBC_HAS_FNMATCH_OLD
config UCLIBC_HAS_WORDEXP
bool "Support the wordexp() interface"
depends on UCLIBC_HAS_GLOB
+ depends on UCLIBC_HAS_FNMATCH
default n
help
The SuSv3 wordexp() interface performs word expansions per the Shell