aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2009-11-23 11:41:15 -0500
committerKristian Høgsberg <krh@bitplanet.net>2009-11-23 11:41:27 -0500
commit696fdb11f447b1e77803c4a15ad7062bfb79f0f0 (patch)
tree30ed7662934400f028a89a7cac570a138e41fd39 /configure.ac
parentdd6cbe7acb1708a1aa8e101c6ddb80205bd1f63b (diff)
Output summary of enabled features at the end of configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
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 ""