From 6ed3099f9e55d01d9daab2f2cbed53dad7116778 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 19 Feb 1999 17:06:49 +0000 Subject: See ChangeLog: Fri Feb 19 18:01:54 CET 1999 Werner Koch --- configure.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2caa3ed04..35aaa6241 100644 --- a/configure.in +++ b/configure.in @@ -91,12 +91,6 @@ dnl AM_PROG_LIBTOOL MPI_OPT_FLAGS="" if test "$GCC" = yes; then CFLAGS="$CFLAGS -Wall -Wcast-align -Wshadow -Wstrict-prototypes" - dnl Always enable optimazation in MPI - if (echo "$CFLAGS" | grep '[-]O') >/dev/null ; then - : - else - MPI_OPT_FLAGS=-O2 - fi fi -- cgit v1.2.3