9102f43e48
PR: 38003 Submitted by: Erich Zigler <erich@tacni.net>
22 lines
577 B
Plaintext
22 lines
577 B
Plaintext
--- 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
|