16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
$NetBSD: patch-aa,v 1.3 2015/12/29 23:34:53 dholland Exp $
|
|
|
|
Probe more locations for the boehm-gc header.
|
|
|
|
--- 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
|