summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-19 09:33:43 +0300
committerAlon Levy <alevy@redhat.com>2011-07-22 03:47:27 +0300
commite76334e08ca939f1963ce7ece0e60a3d12247467 (patch)
tree797635465a649c29048a5b6cf95670c480e8a3a9
parenta8e911bf3862a29c2ef9648699448c40f206401a (diff)
configure.ac: show configure options
-rw-r--r--configure.ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index dbd9214..224b530 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,3 +90,15 @@ AC_CONFIG_FILES([
src/uxa/Makefile
])
AC_OUTPUT
+
+dnl ==========================================================================
+echo "
+
+ xf86-video-qxl $VERSION
+ =====================
+
+ prefix: ${prefix}
+ c compiler: ${CC}
+
+ Build xspice: ${enable_xspice}
+"