--- transmission-1.50/configure~ 2009-02-13 17:43:45.000000000 +0100 +++ transmission-1.50/configure 2009-02-20 12:07:14.000000000 +0100 @@ -20147,8 +20147,6 @@ if test 0 = "0"; then supported_build=yes - CFLAGS="$CFLAGS -g -O3 -funroll-loops " - CXXFLAGS="$CXXFLAGS -g -O3 -funroll-loops " cat >>confdefs.h <<\_ACEOF #define TR_STABLE_RELEASE 1 @@ -20156,8 +20154,6 @@ else supported_build=no - CFLAGS="$CFLAGS -g -O0" - CXXFLAGS="$CXXFLAGS -g -O0" if test 0 = "X"; then cat >>confdefs.h <<\_ACEOF @@ -21539,11 +21535,6 @@ ;; esac -if test "x$GCC" = "xyes" ; then - 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" - CXXFLAGS="-Wall -Wformat-security -W" -fi - { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then