--- configure.in.orig Sat Oct 20 15:34:19 2001 +++ configure.in Mon Apr 7 02:18:22 2003 @@ -118,7 +118,7 @@ else if [[ "x$GCCVER" != "xno" ]]; then AC_MSG_RESULT(Turning on gcc optimisations) - CFLAGS="$CFLAGS -O3 -ffast-math -fomit-frame-pointer" + CFLAGS="$CFLAGS -ffast-math -fomit-frame-pointer" if [[ "x$GCCVER" = "x3" ]]; then AC_MSG_RESULT(Turning on gcc 3 optimisations) CFLAGS="$CFLAGS -minline-all-stringops -fno-math-errno"