mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 05:18:16 +02:00
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>
This commit is contained in:
parent
52689eebeb
commit
a7434d3618
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue