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.11 by root, Fri Jan 20 16:00:38 2006 UTC vs.
Revision 1.12 by ayin, Fri Jan 20 18:04:17 2006 UTC

48fi 48fi
49AC_SUBST(LINKER,[$LINKER]) 49AC_SUBST(LINKER,[$LINKER])
50 50
51AC_LANG(C++) 51AC_LANG(C++)
52dnl# -------------------------------------------------------------------------- 52dnl# --------------------------------------------------------------------------
53dnl# Supply default CXXLAGS, if not specified by `CXXLAGS=flags ./configure' 53dnl# Supply default CXXFLAGS, if not specified by `CXXFLAGS=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 -fno-threadsafe-statics -fno-enforce-eh-specs" 57 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs"
58 AC_COMPILE_IFELSE([int i;], [], [CXXFLAGS="-g -O3"]) 58 AC_COMPILE_IFELSE([AC_LANG_PROGRAM()], [], [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