blob: 3b878381e58914ee15cddd444a0fd0b65431fe42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- beecrypt/configure.orig Wed Feb 13 16:03:22 2002
+++ beecrypt/configure Thu Mar 4 14:49:35 2004
@@ -5473,7 +5473,7 @@
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='/usr/local/bin/libtool14'
# Prevent multiple expansion
@@ -6914,7 +6914,7 @@
fi
else
if test "$ac_cv_prog_gcc" = yes; then
- CFLAGS="$CFLAGS -O3 -g"
+ CFLAGS="$CFLAGS -O2 -g"
if test "$ac_enable_optimized" = yes; then
case $target_cpu in
# XXX these need checking with versions of gcc
|