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

Comparing rxvt-unicode/configure (file contents):
Revision 1.169 by sf-exg, Sun Nov 7 14:13:40 2021 UTC vs.
Revision 1.171 by root, Tue Nov 23 10:54:27 2021 UTC

4353ac_prog_cxx_stdcxx=no 4353ac_prog_cxx_stdcxx=no
4354if test x$ac_prog_cxx_stdcxx = xno 4354if test x$ac_prog_cxx_stdcxx = xno
4355then : 4355then :
4356 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5 4356 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++11 features" >&5
4357printf %s "checking for $CXX option to enable C++11 features... " >&6; } 4357printf %s "checking for $CXX option to enable C++11 features... " >&6; }
4358if test ${ac_cv_prog_cxx_cxx11+y} 4358if test ${ac_cv_prog_cxx_11+y}
4359then : 4359then :
4360 printf %s "(cached) " >&6 4360 printf %s "(cached) " >&6
4361else $as_nop 4361else $as_nop
4362 ac_cv_prog_cxx_cxx11=no 4362 ac_cv_prog_cxx_11=no
4363ac_save_CXX=$CXX 4363ac_save_CXX=$CXX
4364cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4364cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4365/* end confdefs.h. */ 4365/* end confdefs.h. */
4366$ac_cxx_conftest_cxx11_program 4366$ac_cxx_conftest_cxx11_program
4367_ACEOF 4367_ACEOF
4399fi 4399fi
4400if test x$ac_prog_cxx_stdcxx = xno 4400if test x$ac_prog_cxx_stdcxx = xno
4401then : 4401then :
4402 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5 4402 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CXX option to enable C++98 features" >&5
4403printf %s "checking for $CXX option to enable C++98 features... " >&6; } 4403printf %s "checking for $CXX option to enable C++98 features... " >&6; }
4404if test ${ac_cv_prog_cxx_cxx98+y} 4404if test ${ac_cv_prog_cxx_98+y}
4405then : 4405then :
4406 printf %s "(cached) " >&6 4406 printf %s "(cached) " >&6
4407else $as_nop 4407else $as_nop
4408 ac_cv_prog_cxx_cxx98=no 4408 ac_cv_prog_cxx_98=no
4409ac_save_CXX=$CXX 4409ac_save_CXX=$CXX
4410cat confdefs.h - <<_ACEOF >conftest.$ac_ext 4410cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4411/* end confdefs.h. */ 4411/* end confdefs.h. */
4412$ac_cxx_conftest_cxx98_program 4412$ac_cxx_conftest_cxx98_program
4413_ACEOF 4413_ACEOF
5084fi 5084fi
5085 5085
5086if test x$GXX = xyes; then 5086if test x$GXX = xyes; then
5087 if test $support_warnings = yes; then 5087 if test $support_warnings = yes; then
5088 save_CXXFLAGS="$CXXFLAGS" 5088 save_CXXFLAGS="$CXXFLAGS"
5089 CXXFLAGS="$CXXFLAGS -Wall -Wno-sign-compare -Wno-reorder -Wno-unused-value" 5089 for warning in \
5090 -Wall \
5091 -Wno-parentheses \
5092 -Wno-reorder \
5093 -Wno-sign-compare \
5094 -Wno-unused-value \
5095 ; do
5096 CXXFLAGS="$CXXFLAGS $warning"
5097 done
5090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext 5098 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5091/* end confdefs.h. */ 5099/* end confdefs.h. */
5092 5100
5093int 5101int
5094main (void) 5102main (void)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines