From b3368b4135eccf0dba33d21bec04593b75899e9a Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 8 Jun 2017 06:05:48 -0300 Subject: [PATCH] configure.ac: report enabled features 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 --- configure.ac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/configure.ac b/configure.ac index 3d6e2d0..98bb5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -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 <