Mesa (master): configure: remove unused AM_CONDITIONAL

Emil Velikov evelikov at kemper.freedesktop.org
Mon Mar 12 14:55:02 UTC 2018


Module: Mesa
Branch: master
Commit: f197f02e50baae938c213c70fd7de988d4d72125
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f197f02e50baae938c213c70fd7de988d4d72125

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Mon Mar  5 18:14:51 2018 +0000

configure: remove unused AM_CONDITIONAL

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1553ce99da..621dc328d9 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




More information about the mesa-commit mailing list