diff mbox

[libdrm,02/13] configure: remove unused HAVE_CUNIT define

Message ID 20180126164552.5473-2-eric.engestrom@imgtec.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Engestrom Jan. 26, 2018, 4:45 p.m. UTC
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 031e849bd0fc97d8762b..53432a2fbcdb72c8a767 100644
--- a/configure.ac
+++ b/configure.ac
@@ -428,8 +428,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