svn commit: trunk/uClibc/extra/Configs

psm at uclibc.org psm at uclibc.org
Sun Feb 26 13:03:15 UTC 2006


Author: psm
Date: 2006-02-26 05:03:12 -0800 (Sun, 26 Feb 2006)
New Revision: 14295

Log:
glob depends on fnmatch

Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2006-02-26 04:42:05 UTC (rev 14294)
+++ trunk/uClibc/extra/Configs/Config.in	2006-02-26 13:03:12 UTC (rev 14295)
@@ -1139,7 +1139,6 @@
 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_GLOB
 	bool "Support the glob() interface"
+	depends on UCLIBC_HAS_FNMATCH
 	default y
 	help
 




More information about the uClibc-cvs mailing list