From 696fdb11f447b1e77803c4a15ad7062bfb79f0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 23 Nov 2009 11:41:15 -0500 Subject: Output summary of enabled features at the end of configure.ac --- configure.ac | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fd6a642e..fff3b613 100644 --- a/configure.ac +++ b/configure.ac @@ -209,3 +209,11 @@ AC_OUTPUT([ include/Makefile include/drm/Makefile libdrm.pc]) + +echo "" +echo "$PACKAGE_STRING will be compiled with:" +echo "" +echo " Intel api yes" +echo " Radeon api $RADEON" +echo " Nouveau API $NOUVEAU" +echo "" -- cgit v1.2.3