Skip to content

Commit a126388

Browse files
committed
Require only C++11, not C++14
Signed-off-by: Rob Caelers <[email protected]>
1 parent 2d39dbd commit a126388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ if test "x$config_dbus" = "xyes"
506506
then
507507
# For now, only needed for DBus.
508508
AX_BOOST_BASE([1.52],, AC_MSG_ERROR([requires boost library >= 1.52.]))
509-
AX_CXX_COMPILE_STDCXX(14, noext, mandatory)
509+
AX_CXX_COMPILE_STDCXX_11(ext, mandatory)
510510

511511
AC_DEFINE(HAVE_DBUS, , [DBus support])
512512

0 commit comments

Comments
 (0)