diff options
author | Werner Koch <[email protected]> | 1999-02-19 17:06:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-02-19 17:06:49 +0000 |
commit | 6ed3099f9e55d01d9daab2f2cbed53dad7116778 (patch) | |
tree | 60947e545ab3acb1279a100f4424dcab03918b50 /configure.in | |
parent | See ChangeLog: Fri Feb 19 15:49:15 CET 1999 Werner Koch (diff) | |
download | gnupg-0-9-3.tar.gz gnupg-0-9-3.zip |
See ChangeLog: Fri Feb 19 18:01:54 CET 1999 Werner KochV0-9-3
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
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 |