projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f89949
)
configure.ac: fix typo in error message
author
Andreas Boll
<andreas.boll.dev@gmail.com>
Tue, 27 Nov 2012 09:25:54 +0000
(10:25 +0100)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Thu, 10 Jan 2013 17:41:53 +0000
(18:41 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index dd731b3636c9e6c5548cc39ec6faaa36ee430858..855f01c98a5a57d90303bb923dd37a2cda06f9e6 100644
(file)
--- 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 requ
r
ires 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