summaryrefslogtreecommitdiff
path: root/editors/vigor/patches/patch-ab
blob: a93f73e28fac3c49e12b7de2f07c91cf53a92a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.4 2005/01/22 02:35:44 minskim Exp $

--- configure.orig	2000-05-02 21:27:53.000000000 -0500
+++ configure
@@ -1852,10 +1852,11 @@ else
   echo "$ac_t""no" 1>&6
 fi
 
-LIBS="$LIBS -lm"
+. $TCLCONFIG_SH
+LIBS="$LIBS $TCL_LIBS"
 
 echo $ac_n "checking for library containing Tcl_Init""... $ac_c" 1>&6
-echo "configure:1859: checking for library containing Tcl_Init" >&5
+echo "configure:1860: checking for library containing Tcl_Init" >&5
 if eval "test \"`echo '$''{'ac_cv_search_Tcl_Init'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else