diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-10-13 14:25:54 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-10-13 14:25:54 +0100 |
commit | 24c905f84120a7b0bcd7c5e86c58e908b9e850f9 (patch) | |
tree | 3764819431057972e45df09db52e66a39b00bb48 | |
parent | fc8f6be5a9bd84e10149770b76ff9353d25ce2a7 (diff) |
configure: Typo in error message.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |