summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorroot <root>2011-06-05 19:58:37 +0000
committerroot <root>2011-06-05 19:58:37 +0000
commit653e0063cb266d51505942ab3642db3401aa7806 (patch)
treea892176bf259c1dca868b4bf6322817682e08f1e /configure.ac
parentfab2920f9835dd64d82e321e7e65b9eb09550dba (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 9faffad..523ddf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PROG_LIBTOOL
AC_PROG_CC
if test "x$GCC" = xyes ; then
- CFLAGS="-O3 $CFLAGS"
+ CFLAGS="$OPTIMIZE -O3 $CFLAGS"
fi
m4_include([libeio.m4])