configure: remove unused HAVE_CUNIT define
authorEric Engestrom <eric.engestrom@imgtec.com>
Fri, 26 Jan 2018 16:05:03 +0000 (16:05 +0000)
committerEric Engestrom <eric.engestrom@imgtec.com>
Mon, 29 Jan 2018 15:41:52 +0000 (15:41 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
configure.ac

index 35378b3..1ea3602 100644 (file)
@@ -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