summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-02-13 14:17:29 +0100
committerWerner Koch <wk@gnupg.org>1999-02-13 14:17:29 +0100
commit6e5bc13878a31f06345e72bea11d42a003c480d0 (patch)
tree9c8dfddb401de32b70b0012447d29d5322d71d25 /configure.in
parentSee ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner Koch (diff)
downloadgnupg2-6e5bc13878a31f06345e72bea11d42a003c480d0.tar.xz
gnupg2-6e5bc13878a31f06345e72bea11d42a003c480d0.zip
See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0bd463e59..e16954361 100644
--- a/configure.in
+++ b/configure.in
@@ -92,7 +92,7 @@ MPI_OPT_FLAGS=""
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Wall"
dnl Always enable optimazation in MPI
- if echo "$CFLAGS" | grep "-O" >/dev/null ; then
+ if echo "$CFLAGS" | grep "[-]O" >/dev/null ; then
:
else
MPI_OPT_FLAGS=-O2