aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-03 06:53:33 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-03 06:53:33 +0000
commit0eb708afde86ce4e342bb19b7caac55e314c04c1 (patch)
tree366091e86633cc0a37d8bc565657e90e4fbd9bd2 /configure.ac
parentdead1b9df9816132d97f716916fc478c997a2822 (diff)
downloadgnunet-0eb708afde86ce4e342bb19b7caac55e314c04c1.tar.gz
gnunet-0eb708afde86ce4e342bb19b7caac55e314c04c1.zip
nicer build system
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