From: Andreas Boll Date: Tue, 27 Nov 2012 09:25:54 +0000 (+0100) Subject: configure.ac: fix typo in error message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f416b382d6ec4db0621b9a8d7225201da895b367;p=mesa.git configure.ac: fix typo in error message --- diff --git a/configure.ac b/configure.ac index dd731b3636c..855f01c98a5 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