projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
997306c
)
configure: remove unused AM_CONDITIONAL
author
Emil Velikov
<emil.velikov@collabora.com>
Mon, 5 Mar 2018 18:14:51 +0000
(18:14 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 12 Mar 2018 14:48:51 +0000
(14:48 +0000)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1553ce99da44bca4e826120d600f626d4ee34d55..621dc328d902414c419004176dc7186cf1a95d5b 100644
(file)
--- 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