summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-02-06 16:20:06 +0100
committerSiegfried-Angel Gevatter Pujals <siegfried@gevatter.com>2012-02-06 16:20:06 +0100
commit0bfb56bc9d83e98291e335eb4c44d2900b1a3882 (patch)
tree3bc507fbb812ee3167acdeb0d781442677e35fd0
parentd301efcf079deeeae537e1a499b954fd673c5f4d (diff)
configure: print downloads directory monitor status (enabled/disabled)
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ee144f..6aab2db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,8 @@ AC_ARG_ENABLE([downloads-monitor],
[
if test "x$enableval" != "xno"; then
with_downloads_monitor=yes
+ else
+ with_downloads_monitor=no
fi
],
[with_downloads_monitor=yes])
@@ -93,4 +95,7 @@ ${PACKAGE}-${VERSION}
Build Environment
Install Prefix: ${prefix}
+ Optional Providers
+ Downloads Directory Monitor: ${with_downloads_monitor}
+
EOF