Module: Mesa
Branch: master
Commit: f416b382d6ec4db0621b9a8d7225201da895b367
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f416b382d6ec4db0621b9a8d7225201da895b367

Author: Andreas Boll <[email protected]>
Date:   Tue Nov 27 10:25:54 2012 +0100

configure.ac: fix typo in error message

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index dd731b3..855f01c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1804,7 +1804,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

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to