From 338f47b6d8db83e3dce9d89f6383afd41fc8852c Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 24 May 2017 08:30:59 +0100 Subject: [PATCH] configure.ac: rephrase 'GLX w/o X11' error message Signed-off-by: Eric Engestrom --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2