From 124aed1a19fbebd064160fd21c320ba196bb0cd3 Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Thu, 15 Dec 2005 14:02:43 +0000
Subject: wordexp can't be built w/o glob

---
 extra/Configs/Config.in | 1 +
 1 file changed, 1 insertion(+)

(limited to 'extra/Configs')

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 4cd32e20e..b0637b750 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1061,6 +1061,7 @@ config UCLIBC_HAS_REGEX_OLD
 
 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
-- 
cgit v1.2.3