Message ID | 20180126164552.5473-2-eric.engestrom@imgtec.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> --- configure.ac | 2 -- 1 file changed, 2 deletions(-)