blob: c4725d23bb456da2c37c4350e46a9ab1a9ca0b98 (
plain) (
blame)
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
|
--- configure.orig Tue Dec 30 20:12:47 2003
+++ configure Fri May 28 15:32:46 2004
@@ -1505,7 +1505,7 @@
enableval="$enable_debug"
CXXFLAGS="-g -pg -fno-exceptions -Wall"; INSTALLSTRIP=""
else
- CXXFLAGS="-fomit-frame-pointer -fno-exceptions -Wall"; INSTALLSTRIP="-s"
+ CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer -fno-exceptions -Wall"; INSTALLSTRIP="-s"
fi;
# Check whether --with-system-libtool or --without-system-libtool was given.
@@ -19444,8 +19444,8 @@
HAVE_PTHREAD=""
-PTHREADINCLUDES=""
-PTHREADLIB=""
+#PTHREADINCLUDES=""
+#PTHREADLIB=""
if ( test "$cross_compiling" = "yes" )
then
@@ -25251,7 +25251,7 @@
#define RUDIMENTS_VERSION "$RUDIMENTS_VERSION"
_ACEOF
-SONAME_VERSION_INFO="1:0:0"
+SONAME_VERSION_INFO="0:0:0"
|