diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-26 13:03:12 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-26 13:03:12 +0000 |
commit | 6908d8dd4921e27d5de9aa9fb55622be965e18b2 (patch) | |
tree | d73c6cd401dd32fbcab655caa8e13b1f24a3532a /extra | |
parent | 903558ea4390bb85775b854109cb8652464550b4 (diff) |
glob depends on fnmatch
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 291a2b633..f556a4993 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1139,7 +1139,6 @@ 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 @@ -1162,6 +1161,7 @@ config UCLIBC_HAS_FTW config UCLIBC_HAS_GLOB bool "Support the glob() interface" + depends on UCLIBC_HAS_FNMATCH default y help |