repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: a695e016b368a1ee66705d0383cd801b07dd88ea: path_to: revision_to:
commit a695e016b368a1ee66705d0383cd801b07dd88ea Author: Marc LehmannDate: Fri Jan 20 16:00:38 2006 +0000 *** empty log message *** diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -55,7 +55,7 @@ dnl#
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
-----END OF PAGE-----