From: Emil Velikov Date: Mon, 5 Mar 2018 18:14:51 +0000 (+0000) Subject: configure: remove unused AM_CONDITIONAL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f197f02e50baae938c213c70fd7de988d4d72125;p=mesa.git configure: remove unused AM_CONDITIONAL Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom --- 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