blob: 2e2f220721d18bd5a1717d26a173660cb3fd1c27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- ./configure.ac.orig 2014-05-22 18:12:40.000000000 +0200
+++ ./configure.ac 2014-05-27 05:26:25.000000000 +0200
@@ -1,4 +1,3 @@
-# -*- Autoconf -*-
# Run autoheader and autoconf to produce a header and configure script from
# this file.
@@ -160,7 +159,7 @@
CPPFLAGS=$CPPFLAGS" $INCL"
AC_CHECK_HEADER(gc.h,
AC_CHECK_LIB([gc],[GC_malloc],[
- LIBS=$LIBS"-lgc "
+ LIBS=$LIBS"-lgc-threaded "
AC_MSG_NOTICE([enabling system $GCNAME])],[
GCDIR=$GCFILE
INCL="-I\$(GC)/include"
|