projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39adea9
)
configure.ac: rephrase 'GLX w/o X11' error message
author
Eric Engestrom
<eric@engestrom.ch>
Wed, 24 May 2017 07:30:59 +0000
(08:30 +0100)
committer
Eric Engestrom
<eric@engestrom.ch>
Wed, 24 May 2017 07:35:44 +0000
(08:35 +0100)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 06883a9667151cd9cbf3bcc85b6c9fc50f260aa4..1da67f55d9f570701d94506127d68ba14a643c5a 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1716,7
+1716,7
@@
done
if test "x$enable_glx" != xno; then
if ! echo "$platforms" | grep -q 'x11'; then
- AC_MSG_ERROR([Building
without the x11 platform as GLX is enabled,
is not supported])
+ AC_MSG_ERROR([Building
GLX without the x11 platform
is not supported])
fi
fi