blob: 3d4ffa961755e31849feac69fa8c9dbb0dce52ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.3 2015/12/29 23:34:53 dholland Exp $
Probe more locations for the boehm-gc header.
--- lib/src/__config.h.in.orig
+++ lib/src/__config.h.in
@@ -12,6 +12,9 @@
/* Define to 1 if you have the <gc/gc.h> header file. */
#undef HAVE_GC_GC_H
+/* Define to 1 if you have the <gc.h> header file. */
+#undef HAVE_GC_H
+
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
|