浏览代码

glob depends on fnmatch

Peter S. Mazinger 19 年之前
父节点
当前提交
6908d8dd49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extra/Configs/Config.in

+ 1 - 1
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