From 24c905f84120a7b0bcd7c5e86c58e908b9e850f9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 13 Oct 2009 14:25:54 +0100 Subject: configure: Typo in error message. Signed-off-by: Chris Wilson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0c216cea..fd6f696b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3