blob: b0f58dd331305f531ad4872683a442120d9971cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- jabberoo/configure.orig Sun May 12 19:35:20 2002
+++ jabberoo/configure Sun May 12 19:34:18 2002
@@ -7377,6 +7377,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7598,8 +7599,8 @@
CFLAGS="$CFLAGS -g"
CXXFLAGS="$CXXFLAGS -g"
else
- CFLAGS="$CFLAGS -O2"
- CXXFLAGS="$CXXFLAGS -O2"
+ CFLAGS="$CFLAGS"
+ CXXFLAGS="$CXXFLAGS"
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
fi
|