summaryrefslogtreecommitdiffstats
path: root/math/siag/files/patch-ab
blob: 709c0b0faac5a13bcbacbce3423a82f314ed3cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--- configure.orig	Thu Jun 24 01:27:01 1999
+++ configure	Fri Jun 25 14:08:04 1999
@@ -4316,7 +4316,7 @@
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   ac_save_LIBS="$LIBS"
-LIBS="-lguile `guile-config link` $LIBS"
+LIBS="-lguile `guile-config link | sed s@-ltermcap@@` $LIBS"
 cat > conftest.$ac_ext <<EOF
 #line 4322 "configure"
 #include "confdefs.h"
@@ -4344,13 +4344,13 @@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  LIBGUILE=`guile-config link`
+  LIBGUILE=`guile-config link | sed s@-ltermcap@@`
 else
   echo "$ac_t""no" 1>&6
 fi
 
 		if test "$LIBGUILE" != ""; then
-			GUILE="-DGUILE"
+			GUILE="-DGUILE -I$LOCALBASE/include"
 		fi
 	fi 
 fi
@@ -4571,10 +4571,7 @@
 
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  cat >> confdefs.h <<\EOF
-#define HAVE_XCREATEIC 1
-EOF
+echo "$ac_t""yes, but we don't want to use it yet" 1>&6
 
 else
   echo "$ac_t""no" 1>&6
OpenPOWER on IntegriCloud