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

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
Eric Engestrom 2017-05-24 08:30:59 +01:00
parent 39adea9330
commit 338f47b6d8
1 changed files with 1 additions and 1 deletions

View File

@ -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