aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2018-01-26 10:05:03 -0600
committerEric Engestrom2018-01-29 09:41:52 -0600
commita7434d3618c5a1a3d3006fdb158acd86a5d9380e (patch)
treec10106b8abc6bd7fdb80f1e7009ae44c4c486bb0
parent52689eebeb060df52fbca4009a076961cdf78edb (diff)
downloadexternal-libdrm-a7434d3618c5a1a3d3006fdb158acd86a5d9380e.tar.gz
external-libdrm-a7434d3618c5a1a3d3006fdb158acd86a5d9380e.tar.xz
external-libdrm-a7434d3618c5a1a3d3006fdb158acd86a5d9380e.zip
configure: remove unused HAVE_CUNIT define
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 35378b33..1ea36020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,8 +424,6 @@ AM_CONDITIONAL(HAVE_AMDGPU, [test "x$AMDGPU" = xyes])
424if test "x$AMDGPU" = xyes; then 424if test "x$AMDGPU" = xyes; then
425 AC_DEFINE(HAVE_AMDGPU, 1, [Have amdgpu support]) 425 AC_DEFINE(HAVE_AMDGPU, 1, [Have amdgpu support])
426 426
427 AC_DEFINE(HAVE_CUNIT, [test "x$have_cunit" != "xno"], [Enable CUNIT Have amdgpu support])
428
429 if test "x$have_cunit" = "xno"; then 427 if test "x$have_cunit" = "xno"; then
430 AC_MSG_WARN([Could not find cunit library. Disabling amdgpu tests]) 428 AC_MSG_WARN([Could not find cunit library. Disabling amdgpu tests])
431 fi 429 fi