m4: fix variable value access

This commit is contained in:
Víctor Manuel Jáquez Leal 2018-02-27 14:07:33 -06:00
parent f3d98fa1a3
commit 103b011026

View file

@ -484,7 +484,7 @@ case $host in
AC_MSG_WARN([EGL is required by the Mesa GBM EGL backend])
else
HAVE_WINDOW_GBM=yes
GL_CFLAGS="$GL_CFLAGS DRM_CFLAGS"
GL_CFLAGS="$GL_CFLAGS $DRM_CFLAGS"
fi
fi