summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-04 18:44:30 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-04 18:44:30 +0200
commite88d3e9e8e68d0dfd7356258b3c6e2fefcf7748a (patch)
treea6b05a36024f4e47b75673dbc0f57562991913a3 /configure.ac
parent4b45786eb78a95e6d9713949c38ac1e6c56d648c (diff)
remove "maintainer mode: no" to avoid unnecessary questions from package maintainers
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5f805f9c..5d579a60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -360,17 +360,17 @@ AM_CONDITIONAL(HAVE_NOTIFY, test "x$HAVE_NOTIFY" = "xyes")
AC_SUBST(PLUGINS_DIRS)
+if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
echo
echo "Build Configuration:"
echo
echo "* Maintainer Mode: $USE_MAINTAINER_MODE"
-if test "x$USE_MAINTAINER_MODE" = "xyes" ; then
echo " * Vala: $VALAC"
fi
dnl print summary
echo
-echo "plugin summary:"
+echo "Plugin Summary:"
echo
AC_DEFUN([PRINT_PLUGIN_INFO],