OSDN Git Service

glob depends on fnmatch
authorPeter S. Mazinger <ps.m@gmx.net>
Sun, 26 Feb 2006 13:03:12 +0000 (13:03 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Sun, 26 Feb 2006 13:03:12 +0000 (13:03 -0000)
extra/Configs/Config.in

index 291a2b6..f556a49 100644 (file)
@@ -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