From: Benjamin Franzke Date: Sat, 2 Jul 2011 11:46:09 +0000 (+0200) Subject: configure: Fix typo in gbm check for egl drm platform X-Git-Tag: 062012170305~5044 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b8cd499303d9bcb60f40ef14553cb38cea6a897;p=profile%2Fivi%2Fmesa.git configure: Fix typo in gbm check for egl drm platform NOTE: This is a candidate for the 7.11 branch. --- diff --git a/configure.ac b/configure.ac index 93b0b26..74a511e 100644 --- a/configure.ac +++ b/configure.ac @@ -1721,7 +1721,7 @@ yes) WAYLAND_EGL_LIB_DEPS="$WAYLAND_LIBS $LIBDRM_LIBS" GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/wayland" fi - if test "$plat" = "drm" && test "x$enable_gbm" = no; then + if test "$plat" = "drm" && test "x$enable_gbm" = "xno"; then AC_MSG_ERROR([EGL platform drm needs gbm]) fi done