blob: ef6fc52c934b5f58e6ce2a1d0533f44f537e8a54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: asymptote-2.48/configure.ac
===================================================================
--- asymptote-2.48.orig/configure.ac
+++ asymptote-2.48/configure.ac
@@ -162,7 +162,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])],[
|