configure.ac | 1 + 1 file changed, 1 insertion(+) New commits: commit c27f9fedd1ffb3462154dc309afdf10b5b6ff50d Author: Xavier Bachelot <xav...@bachelot.org> Date: Tue Jan 29 22:43:05 2013 +0100
Add an explicit message for KMS support configure check diff --git a/configure.ac b/configure.ac index ae47dae..b0bc0e9 100644 --- a/configure.ac +++ b/configure.ac @@ -103,6 +103,7 @@ AC_SUBST([PCIACCESS_LIBS]) PKG_CHECK_MODULES(DRI, [libdrm >= 2.4.4 xf86driproto], DRI="yes"; AC_DEFINE(HAVE_DRI, 1, [DRI is available]), DRI="no") +AC_MSG_CHECKING([whether to build KMS support]) AC_MSG_RESULT([$DRI]) AM_CONDITIONAL(DRI, test x$DRI = xyes) _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/openchrome-devel