summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index a5883b0a03..428c43cd50 100755
--- a/configure.ac
+++ b/configure.ac
@@ -178,10 +178,10 @@ AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[#include <chrono>
#include <type_traits>]
- [static_assert(!std::is_same<
+ [static_assert(!std::is_same<
std::chrono::system_clock::duration,
- std::chrono::steady_clock::duration
- >::value, "");])],
+ std::chrono::steady_clock::duration
+ >::value, "");])],
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
AC_DEFINE([CHRONO_SAME_DURATION], [1],