Module: Mesa
Branch: master
Commit: 338f47b6d8db83e3dce9d89f6383afd41fc8852c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=338f47b6d8db83e3dce9d89f6383afd41fc8852c

Author: Eric Engestrom <e...@engestrom.ch>
Date:   Wed May 24 08:30:59 2017 +0100

configure.ac: rephrase 'GLX w/o X11' error message

Signed-off-by: Eric Engestrom <e...@engestrom.ch>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 06883a9667..1da67f55d9 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
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to