diff options
| author | root <root> | 2011-06-29 14:52:22 +0000 | 
|---|---|---|
| committer | root <root> | 2011-06-29 14:52:22 +0000 | 
| commit | f40f89e5846a01dba0a726a5f30fde548ad63c0c (patch) | |
| tree | c3b8d907a742c7d6feef73314d9998c4114b6080 | |
| parent | 972afe425e3ea86a60b42ec1eda9e1bd2948b18f (diff) | |
*** empty log message ***rel-3_93
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 523ddf1..9faffad 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ AC_PROG_LIBTOOL  AC_PROG_CC  if test "x$GCC" = xyes ; then -  CFLAGS="$OPTIMIZE -O3 $CFLAGS" +  CFLAGS="-O3 $CFLAGS"  fi  m4_include([libeio.m4]) | 
