blob: 01bc138a18f255e9ab8e3ffa277111851d3ae367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ac,v 1.3 2002/04/21 11:22:13 cjep Exp $
--- configure.orig Wed May 9 16:13:18 2001
+++ configure Sun Apr 21 11:08:32 2002
@@ -2480,7 +2480,7 @@
echo $ac_n "checking for C++ compiler version""... $ac_c" 1>&6
echo "configure:2483: checking for C++ compiler version" >&5
-TF_CXX_VERSION=`c++ --version`
+TF_CXX_VERSION=`${CXX-c++} --version`
echo "$ac_t""$TF_CXX_VERSION" 1>&6
echo $ac_n "checking if C++ compiler supports GNU g++ options""... $ac_c" 1>&6
@@ -2754,7 +2754,7 @@
fi
-TF_CXXFLAGS="-O3 $TF_CXXFLAGS"
+TF_GTKMM_LIBS="$TF_GTKMM_LIBS -lpthread -lossaudio"
|