summaryrefslogtreecommitdiff
path: root/net/spread/patches/patch-aa
blob: d113a89a3f3687ce3824797275d1ec084a012ff3 (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
$NetBSD: patch-aa,v 1.2 2003/02/22 23:37:15 mjl Exp $

--- configure.orig	2003-02-19 09:56:29.000000000 +0100
+++ configure	2003-02-19 09:55:41.000000000 +0100
@@ -1250,9 +1250,9 @@
 	{ echo "configure: error: *** 'ar' missing, please install or fix your \$PATH ***" 1>&2; exit 1; }
 fi
 
-if test -z "$LD" ; then
+# if test -z "$LD" ; then
 	LD=$CC
-fi
+# fi
 
 	
 # C Compiler features
@@ -3956,6 +3956,7 @@
 G=`eval echo ${piddir}` ; G=`eval echo ${G}`
 H=`eval echo ${LIBSPSO}`; H=`eval echo ${H}`
 I=`eval echo ${LIBTSPSO}`; I=`eval echo ${I}`
+J=`eval echo ${includedir}`; J=`eval echo ${J}`
 
 echo ""
 echo "Spread has been configured with the following options:"
@@ -3965,6 +3966,7 @@
 echo "                   User libraries: $E"
 echo "            Shared Spread LIbrary: $H"
 echo "Shared Thread-safe Spread LIbrary: $I"
+echo "                     Header files: $J"
 echo "                     Manual pages: $F"
 echo "                         PID file: $G"
 echo "                   Manpage format: $MANTYPE"