From 29cc8b8cd7326f0e83368f16d6666db3a674ae23 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 16 Nov 1998 01:12:36 +0000 Subject: Updates to handle glob.h - was causing problems on SCO 5.0.4 (This used to be commit 5f7d9d4656eb501e14b98f4ae1990a791c7901e3) --- source3/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index 1978a1ddb5..0cd5e39d74 100755 --- a/source3/configure +++ b/source3/configure @@ -1892,7 +1892,7 @@ else fi done -for ac_hdr in sys/acl.h sys/cdefs.h +for ac_hdr in sys/acl.h sys/cdefs.h glob.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -- cgit