blob: 984ec7c2e9510ac982d60b6b25752acffbef27c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: asymptote-2.41/configure.ac
===================================================================
--- asymptote-2.41.orig/configure.ac
+++ asymptote-2.41/configure.ac
@@ -159,7 +159,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
fi
CPPFLAGS_SAVE=$CPPFLAGS
CPPFLAGS=$CPPFLAGS" $INCL"
- AC_CHECK_HEADER(gc.h,
+ AC_CHECK_HEADER([gc/gc.h],
AC_CHECK_LIB([gc],[GC_malloc],[
LIBS=$LIBS"-lgc "
AC_MSG_NOTICE([enabling system $GCNAME])],[
|