fa88b41
--- transmission-1.51/configure~	2009-02-27 17:48:09.000000000 +0100
fa88b41
+++ transmission-1.51/configure	2009-02-28 09:38:58.000000000 +0100
fa88b41
@@ -20147,10 +20147,6 @@
7651f14
 
7651f14
 if test 0 = "0"; then
7651f14
   supported_build=yes
fa88b41
-  if test "x$GCC" = "xyes" ; then
fa88b41
-    CFLAGS="$CFLAGS -g -O3 -funroll-loops "
fa88b41
-    CXXFLAGS="$CXXFLAGS -g -O3 -funroll-loops "
fa88b41
-  fi
7651f14
 
7651f14
 cat >>confdefs.h <<\_ACEOF
7651f14
 #define TR_STABLE_RELEASE 1
fa88b41
@@ -20158,10 +20154,6 @@
7651f14
 
7651f14
 else
7651f14
   supported_build=no
fa88b41
-  if test "x$GCC" = "xyes" ; then
fa88b41
-    CFLAGS="$CFLAGS -g -O0"
fa88b41
-    CXXFLAGS="$CXXFLAGS -g -O0"
fa88b41
-  fi
7651f14
   if test 0 = "X"; then
7651f14
 
7651f14
 cat >>confdefs.h <<\_ACEOF
fa88b41
@@ -21543,10 +21535,6 @@
7651f14
     ;;
7651f14
 esac
7651f14
 
7651f14
-if test "x$GCC" = "xyes" ; then
fa88b41
-  CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -Wextra -Wredundant-decls -Wpointer-arith -Wformat-security -W -Wmissing-declarations -Wdeclaration-after-statement -Wcast-align -Winit-self -Wundef -Wnested-externs -Wmissing-format-attribute"
7651f14
-fi
7651f14
-
7651f14
 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7651f14
 $as_echo_n "checking for ANSI C header files... " >&6; }
7651f14
 if test "${ac_cv_header_stdc+set}" = set; then