configure: Typo in error message.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>main
parent
fc8f6be5a9
commit
24c905f841
|
@ -171,7 +171,7 @@ if test "x$INTEL" != "xno"; then
|
|||
|
||||
if test "x$drm_cv_atomic_primitives" = "xnone"; then
|
||||
if test "x$INTEL" != "xauto"; then
|
||||
AC_MSG_ERROR([libdrm_intel depends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -march=native, or disable support for Intel GPUs by passing --disable-intel to ./configue])
|
||||
AC_MSG_ERROR([libdrm_intel depends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -march=native, or disable support for Intel GPUs by passing --disable-intel to ./configure])
|
||||
else
|
||||
INTEL=no
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue