summaryrefslogtreecommitdiff
blob: 16e897f79e5037a1165e4f603c1f09b75a5389eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: libdca-0.0.5/configure.ac
===================================================================
--- libdca-0.0.5.orig/configure.ac
+++ libdca-0.0.5/configure.ac
@@ -32,7 +32,6 @@ if test x"$GCC" = x"yes"; then
     TRY_CFLAGS=`echo "$OPT_CFLAGS $CFLAGS"|sed "s/-O[0-9]*//g"`
     changequote([,])
     TRY_CFLAGS="$TRY_CFLAGS -O3"
-    AC_TRY_CFLAGS([$TRY_CFLAGS],[OPT_CFLAGS=$TRY_CFLAGS; CFLAGS=""])
 
     AC_ARG_ENABLE([debug],
 	[  --enable-debug          debug mode configuration])