summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-11-27 10:25:54 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2012-12-06 11:53:41 +0100
commit9abcd51cb26584a2ed8681b4a6c763b15ebcb4dd (patch)
tree0d9179d8443711b057f304329c08f034b72450dc
parent3ebafcca37b4a809132a9978c476a351caab3dc8 (diff)
configure.ac: fix typo in error messageautomake-gallium5
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 270c4ac13a..b03d54b04e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1767,7 +1767,7 @@ gallium_require_llvm() {
gallium_require_drm_loader() {
if test "x$enable_gallium_loader" = xyes; then
PKG_CHECK_MODULES([LIBUDEV], [libudev], [],
- AC_MSG_ERROR([Gallium drm loader requrires libudev]))
+ AC_MSG_ERROR([Gallium drm loader requires libudev]))
if test "x$have_libdrm" != xyes; then
AC_MSG_ERROR([Gallium drm loader requires libdrm >= $LIBDRM_REQUIRED])
fi