--- cvsroot/rxvt-unicode/configure.ac 2006/01/20 10:27:08 1.9 +++ cvsroot/rxvt-unicode/configure.ac 2006/01/20 16:00:38 1.11 @@ -54,8 +54,8 @@ dnl# if test -z "$orig_CXXFLAGS"; then if test x$GCC = xyes && test "x$GXX" = xyes; then - CXXFLAGS="-g -O3 -Os -fno-threadsafe-statics -fno-enforce-eh-specs" - AC_COMPILE_IFELSE([int i;], [echo didididid], [CXXFLAGS="-g -O3"]) + CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" + AC_COMPILE_IFELSE([int i;], [], [CXXFLAGS="-g -O3"]) else CXXFLAGS="-O" fi