From: Eric Engestrom Date: Wed, 24 May 2017 07:30:59 +0000 (+0100) Subject: configure.ac: rephrase 'GLX w/o X11' error message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=338f47b6d8db83e3dce9d89f6383afd41fc8852c;p=mesa.git configure.ac: rephrase 'GLX w/o X11' error message Signed-off-by: Eric Engestrom --- 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