summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-05-24 08:30:59 +0100
committerEric Engestrom <[email protected]>2017-05-24 08:35:44 +0100
commit338f47b6d8db83e3dce9d89f6383afd41fc8852c (patch)
tree34b81de64fb0fc34eda9c6d7580a55c1ddedf1a9 /configure.ac
parent39adea9330376a64a4b5e8da98f5e055ebd3331e (diff)
configure.ac: rephrase 'GLX w/o X11' error message
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 06883a96671..1da67f55d9f 100644
--- 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