Skip to content

Commit b0a35cc

Browse files
committed
Plugins: Require a C++11 compiler + enable C++11 features
Related documentation: https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
1 parent cc3b04e commit b0a35cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libvisual-plugins/configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ AC_PROG_CXX
4646
dnl Check for typedefs, structures, and compiler characteristics.
4747
AC_C_CONST
4848
AC_C_INLINE
49+
AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])
4950

5051
dnl 'Standard' header files.
5152
AC_CHECK_HEADERS([fcntl.h unistd.h stdlib.h string.h sys/time.h])

0 commit comments

Comments
 (0)