diff options
| author | Andrey Jivsov <[email protected]> | 2011-01-06 23:44:01 +0000 |
|---|---|---|
| committer | Andrey Jivsov <[email protected]> | 2011-01-06 23:44:01 +0000 |
| commit | ded546b4b5cc2caafa654d94ac8f69a23960427e (patch) | |
| tree | 0671667ec43ff7fcd09fd50a0034dff8d236276f /configure.ac | |
| parent | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . (diff) | |
| download | gnupg-ded546b4b5cc2caafa654d94ac8f69a23960427e.tar.gz gnupg-ded546b4b5cc2caafa654d94ac8f69a23960427e.zip | |
Milestone: Data signing/verification and key signing/verification work with ECDSA.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12545e260..575c1ec08 100644 --- a/configure.ac +++ b/configure.ac @@ -1466,7 +1466,7 @@ AC_ARG_ENABLE(optimization, AC_HELP_STRING([--disable-optimization], [disable compiler optimization]), [if test $enableval = no ; then - CFLAGS=`echo $CFLAGS | sed s%-O[[1-9]]%-O0\ %g` + CFLAGS=`echo $CFLAGS | sed s/-O[[1-9]]\ /-O0\ /g` fi]) # |
