aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 11 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 70d47378b..d5a4f09a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -735,7 +735,17 @@ then
735 AC_MSG_NOTICE([NOTICE: libmicrohttpd not found, http transport will not be installed.]) 735 AC_MSG_NOTICE([NOTICE: libmicrohttpd not found, http transport will not be installed.])
736fi 736fi
737 737
738AC_MSG_NOTICE([NOTICE: Database support is set to MySQL: $mysql, SQLite: $sqlite]) 738if test "x$esmtp" != "x1"
739then
740 AC_MSG_NOTICE([NOTICE: libesmtp not found, monkey will not be installed.])
741fi
742
743if test "x$ssl" != "x1"
744then
745 AC_MSG_NOTICE([NOTICE: OpenSSL not found, monkey will not be installed.])
746fi
747
748AC_MSG_NOTICE([NOTICE: Database support is set to MySQL: $mysql, SQLite: $sqlite, Postgres: $postgres])
739 749
740if test "$enable_framework_build" = "yes" 750if test "$enable_framework_build" = "yes"
741then 751then