blob: 443d7302e154e16836242f1fa8948250f6ccd28c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.2 2001/06/25 03:47:39 jlam Exp $
--- configure.orig Tue Oct 13 06:05:00 1998
+++ configure Sat Jun 26 01:52:18 1999
@@ -615,9 +615,9 @@
TOP=`pwd`
-if test "$CXXFLAGS" = ""; then
- CXXFLAGS="-O2"
-fi
+#if test "$CXXFLAGS" = ""; then
+# CXXFLAGS="-O2"
+#fi
LTVERSION=`cat VERSION | cut -d'.' -f1,2 | sed 's/\./:/g'`
|