configure.ac: rephrase 'GLX w/o X11' error message
authorEric Engestrom <eric@engestrom.ch>
Wed, 24 May 2017 07:30:59 +0000 (08:30 +0100)
committerEric 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

index 06883a9667151cd9cbf3bcc85b6c9fc50f260aa4..1da67f55d9f570701d94506127d68ba14a643c5a 100644 (file)
@@ -1716,7 +1716,7 @@ done
 
 if test "x$enable_glx" != xno; then
     if ! echo "$platforms" | grep -q 'x11'; then
 
 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
 
     fi
 fi