configure.ac: fix typo in error message
authorAndreas Boll <andreas.boll.dev@gmail.com>
Tue, 27 Nov 2012 09:25:54 +0000 (10:25 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 10 Jan 2013 17:41:53 +0000 (18:41 +0100)
configure.ac

index dd731b3636c9e6c5548cc39ec6faaa36ee430858..855f01c98a5a57d90303bb923dd37a2cda06f9e6 100644 (file)
@@ -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