ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.9 by root, Fri Jan 20 10:27:08 2006 UTC vs.
Revision 1.11 by root, Fri Jan 20 16:00:38 2006 UTC

52dnl# -------------------------------------------------------------------------- 52dnl# --------------------------------------------------------------------------
53dnl# Supply default CXXLAGS, if not specified by `CXXLAGS=flags ./configure' 53dnl# Supply default CXXLAGS, if not specified by `CXXLAGS=flags ./configure'
54dnl# 54dnl#
55if test -z "$orig_CXXFLAGS"; then 55if test -z "$orig_CXXFLAGS"; then
56 if test x$GCC = xyes && test "x$GXX" = xyes; then 56 if test x$GCC = xyes && test "x$GXX" = xyes; then
57 CXXFLAGS="-g -O3 -Os -fno-threadsafe-statics -fno-enforce-eh-specs" 57 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
58 AC_COMPILE_IFELSE([int i;], [echo didididid], [CXXFLAGS="-g -O3"]) 58 AC_COMPILE_IFELSE([int i;], [], [CXXFLAGS="-g -O3"])
59 else 59 else
60 CXXFLAGS="-O" 60 CXXFLAGS="-O"
61 fi 61 fi
62 CFLAGS="$CXXFLAGS" 62 CFLAGS="$CXXFLAGS"
63fi 63fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines