From a7434d3618c5a1a3d3006fdb158acd86a5d9380e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 26 Jan 2018 16:05:03 +0000 Subject: configure: remove unused HAVE_CUNIT define Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov Reviewed-by: Dylan Baker --- configure.ac | 2 -- 1 file changed, 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]) if test "x$AMDGPU" = xyes; then AC_DEFINE(HAVE_AMDGPU, 1, [Have amdgpu support]) - AC_DEFINE(HAVE_CUNIT, [test "x$have_cunit" != "xno"], [Enable CUNIT Have amdgpu support]) - if test "x$have_cunit" = "xno"; then AC_MSG_WARN([Could not find cunit library. Disabling amdgpu tests]) fi -- cgit v1.2.3