Skip to content

Commit

Permalink
Require only C++11, not C++14
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Caelers <[email protected]>
  • Loading branch information
rcaelers committed Jun 4, 2019
1 parent 2d39dbd commit a126388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ if test "x$config_dbus" = "xyes"
then
# For now, only needed for DBus.
AX_BOOST_BASE([1.52],, AC_MSG_ERROR([requires boost library >= 1.52.]))
AX_CXX_COMPILE_STDCXX(14, noext, mandatory)
AX_CXX_COMPILE_STDCXX_11(ext, mandatory)

AC_DEFINE(HAVE_DBUS, , [DBus support])

Expand Down

0 comments on commit a126388

Please sign in to comment.