diff options
author | Emil Velikov <[email protected]> | 2018-03-05 18:14:51 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-03-12 14:48:51 +0000 |
commit | f197f02e50baae938c213c70fd7de988d4d72125 (patch) | |
tree | 6f382a63be194e86797f660998da82d5b5924d1d /configure.ac | |
parent | 997306c031327b7e034e617736c868d6d21919eb (diff) |
configure: remove unused AM_CONDITIONAL
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1553ce99da4..621dc328d90 100644 --- a/configure.ac +++ b/configure.ac @@ -454,7 +454,6 @@ if test "x$GCC_ATOMIC_BUILTINS_SUPPORTED" = x1; then LIBATOMIC_LIBS="-latomic" fi fi -AM_CONDITIONAL([GCC_ATOMIC_BUILTINS_SUPPORTED], [test x$GCC_ATOMIC_BUILTINS_SUPPORTED = x1]) AC_SUBST([LIBATOMIC_LIBS]) dnl Check if host supports 64-bit atomics |