]> www.infradead.org Git - users/mchehab/rasdaemon.git/commitdiff
configure.ac: report enabled features
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Jun 2017 09:05:48 +0000 (06:05 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 8 Jun 2017 09:15:45 +0000 (06:15 -0300)
We're starting to have too many optional features. Report
what options are enabled at the end of ./configure output.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
configure.ac

index 3d6e2d08d63397cd6202d31d1860cd152e286344..98bb5aab9918712d339d197b3ff0636b41004d90 100644 (file)
@@ -83,3 +83,18 @@ AC_DEFINE([RAS_DB_FNAME], ["ras-mc_event.db"], [ras events database])
 AC_SUBST([RAS_DB_FNAME], ["ras-mc_event.db"])
 
 AC_OUTPUT
+
+dnl ---------------------------------------------------------------------
+dnl compile time options summary
+
+cat <<EOF
+
+compile time options summary
+============================
+
+    Sqlite3           : $enable_sqlite3
+    AER               : $enable_aer
+    MCE               : $enable_mce
+    EXTLOG            : $enable_extlog
+    ABRT report       : $enable_abrt_report
+EOF