svn commit: trunk/uClibc/extra/Configs
psm at uclibc.org
psm at uclibc.org
Thu Dec 15 14:04:30 UTC 2005
Author: psm
Date: 2005-12-15 06:02:43 -0800 (Thu, 15 Dec 2005)
New Revision: 12900
Log:
wordexp can't be built w/o glob
Modified:
trunk/uClibc/extra/Configs/Config.in
Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in 2005-12-15 12:01:49 UTC (rev 12899)
+++ trunk/uClibc/extra/Configs/Config.in 2005-12-15 14:02:43 UTC (rev 12900)
@@ -1061,6 +1061,7 @@
config UCLIBC_HAS_WORDEXP
bool "Support the wordexp() interface"
+ depends on UCLIBC_HAS_GLOB
default n
help
The SuSv3 wordexp() interface performs word expansions per the Shell
More information about the uClibc-cvs
mailing list