summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorroot <root>2010-01-14 20:23:36 +0000
committerroot <root>2010-01-14 20:23:36 +0000
commit703fd8b7c3257f569d3d6621ea7f27c3c367a12b (patch)
tree39e14ddd7ff66312eb968eedafa02d9b3f461d98 /configure.ac
parente9f3a717384d5af1c84ae284d9e1025973f3dc88 (diff)
*** empty log message ***
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8bb910d..a7d3041 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_PROG_INSTALL
AC_PROG_LIBTOOL
if test "x$GCC" = xyes ; then
- CFLAGS="$CFLAGS -O3"
+ CFLAGS="-O3 $CFLAGS"
fi
m4_include([libev.m4])