diff options
-rw-r--r-- | configure.ac | 8 |
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 "" |