Happy build notes output at the end of configure
authorArt Cancro <ajc@citadel.org>
Thu, 9 Mar 2006 04:10:38 +0000 (04:10 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 9 Mar 2006 04:10:38 +0000 (04:10 +0000)
citadel/configure.ac

index 1bf71510b4593621f0c5765e35d19b207c4a78ff..f2120b6b9377ee82205affbf3c6d6b9af2ec5827 100644 (file)
@@ -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