--- rxvt-unicode/configure.ac 2006/01/20 11:02:46 1.10 +++ rxvt-unicode/configure.ac 2006/01/20 16:00:38 1.11 @@ -55,7 +55,7 @@ if test -z "$orig_CXXFLAGS"; then if test x$GCC = xyes && test "x$GXX" = xyes; then CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" - AC_COMPILE_IFELSE([int i;], [echo didididid], [CXXFLAGS="-g -O3"]) + AC_COMPILE_IFELSE([int i;], [], [CXXFLAGS="-g -O3"]) else CXXFLAGS="-O" fi