7af3c0f411
we have <gc/gc.h> as opposed to <gc.h> in the older versions).
13 lines
386 B
Text
13 lines
386 B
Text
$NetBSD: patch-aa,v 1.2 2003/05/10 14:21:33 jtb Exp $
|
|
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -2951,7 +2951,7 @@
|
|
|
|
|
|
|
|
-for ac_header in sys/time.h unistd.h io.h pwd.h utime.h stdint.h gc/gc.h
|
|
+for ac_header in sys/time.h unistd.h io.h pwd.h utime.h stdint.h gc/gc.h gc.h
|
|
do
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
if eval "test \"\${$as_ac_Header+set}\" = set"; then
|