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

Comparing cvsroot/rxvt-unicode/configure.ac (file contents):
Revision 1.159 by sf-exg, Mon Nov 22 15:41:18 2021 UTC vs.
Revision 1.160 by sf-exg, Wed Nov 24 17:50:20 2021 UTC

24AC_PROG_CXX 24AC_PROG_CXX
25AC_PROG_INSTALL 25AC_PROG_INSTALL
26 26
27AC_USE_SYSTEM_EXTENSIONS 27AC_USE_SYSTEM_EXTENSIONS
28AC_LANG(C++) 28AC_LANG(C++)
29
30if test "$ac_prog_cxx_stdcxx" != cxx11; then
31 AC_MSG_ERROR([the compiler does not support C++11])
32fi
33 29
34LINKER="$CXX" 30LINKER="$CXX"
35dnl check whether we can link with gcc -lsupc++ 31dnl check whether we can link with gcc -lsupc++
36if test x$GCC = xyes && test x$GXX = xyes; then 32if test x$GCC = xyes && test x$GXX = xyes; then
37 dnl FreeBSD (at least up to 5.3) has a broken GCC, workaround it 33 dnl FreeBSD (at least up to 5.3) has a broken GCC, workaround it

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines