summaryrefslogtreecommitdiff
path: root/devel/libeio/files/patch-configure.ac
blob: 64648bf3ce84c339b45e2a33f7953cfb8853d332 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- configure.ac.orig	2013-05-28 09:05:57.000000000 +0400
+++ configure.ac	2013-05-28 09:06:36.000000000 +0400
@@ -12,8 +12,8 @@
 
 AC_PROG_CC
 
-if test "x$GCC" = xyes ; then
-  CFLAGS="-O3 $CFLAGS"
+if test "x$CC" = xyes ; then
+  CFLAGS="$CFLAGS"
 fi
 
 m4_include([libeio.m4])