From eb94f71c70bc5692812f6db582183822461be4e9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 9 Mar 2006 04:10:38 +0000 Subject: [PATCH] Happy build notes output at the end of configure --- citadel/configure.ac | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/citadel/configure.ac b/citadel/configure.ac index 1bf71510b..f2120b6b9 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -700,9 +700,11 @@ if test -z "$DATABASE"; then AC_MSG_WARN([No database driver was found. Please install Berkeley DB.]) fi -echo ... -echo ... -echo "... On many operating systems, you must use GNU make (gmake) to compile" -echo ... Citadel. -echo ... -echo ... +echo ------------------------------------------------------------------------ +echo 'zlib compression: ' $ok_zlib +echo 'Calendar support: ' $ok_libical +echo 'LDAP support: ' $ok_ldap +echo +echo 'Note: if you are not using Linux, make sure you are using GNU make' +echo '(gmake) to compile Citadel.' +echo -- 2.39.2