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.154 by sf-exg, Tue Jun 16 12:00:07 2015 UTC vs.
Revision 1.155 by root, Thu May 13 19:24:28 2021 UTC

1dnl# 1dnl#
2dnl# Process this file with autoconf to produce a configure script. 2dnl# Process this file with autoconf to produce a configure script.
3dnl# 3dnl#
4 4
5AC_INIT 5AC_INIT
6AC_PREREQ(2.50) 6AC_PREREQ(2.71)
7AC_CONFIG_SRCDIR([src/feature.h]) 7AC_CONFIG_SRCDIR([src/feature.h])
8AC_CONFIG_HEADER(config.h:config.h.in) 8AC_CONFIG_HEADER(config.h:config.h.in)
9 9
10AC_CANONICAL_HOST 10AC_CANONICAL_HOST
11 11
30 30
31AC_AIX 31AC_AIX
32AC_GNU_SOURCE 32AC_GNU_SOURCE
33AC_ISC_POSIX 33AC_ISC_POSIX
34AC_LANG(C++) 34AC_LANG(C++)
35
36if test "$ac_prog_cxx_stdcxx" != cxx11; then
37 AC_MSG_ERROR([the compiler does not support C++11])
38fi
35 39
36LINKER="$CXX" 40LINKER="$CXX"
37dnl check whether we can link with gcc -lsupc++ 41dnl check whether we can link with gcc -lsupc++
38if test x$GCC = xyes && test x$GXX = xyes; then 42if test x$GCC = xyes && test x$GXX = xyes; then
39 dnl FreeBSD (at least up to 5.3) has a broken GCC, workaround it 43 dnl FreeBSD (at least up to 5.3) has a broken GCC, workaround it

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines