b6ab23fb4f
consists of a POP3 proxy, a storage server and lots of utility programs. Note that this program is intended to be used in large email systems and is therefore quite complex to configure. If you only have a few thousand mailboxes, you are probably better of with a different POP3 server.
28 lines
852 B
Text
28 lines
852 B
Text
--- configure.orig Sat Aug 21 12:21:50 2004
|
|
+++ configure Mon Jul 11 17:20:12 2005
|
|
@@ -22157,13 +22157,13 @@
|
|
|
|
|
|
|
|
-echo "$as_me:$LINENO: checking for db_create in -ldb-4.0" >&5
|
|
-echo $ECHO_N "checking for db_create in -ldb-4.0... $ECHO_C" >&6
|
|
+echo "$as_me:$LINENO: checking for db_create in -ldb4" >&5
|
|
+echo $ECHO_N "checking for db_create in -ldb4... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_db_4_0_db_create+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-ldb-4.0 $LIBS"
|
|
+LIBS="-ldb4 $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -22221,7 +22221,7 @@
|
|
echo "$as_me:$LINENO: result: $ac_cv_lib_db_4_0_db_create" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_db_4_0_db_create" >&6
|
|
if test $ac_cv_lib_db_4_0_db_create = yes; then
|
|
- LIB_DB40=db-4.0
|
|
+ LIB_DB40=db4
|
|
else
|
|
LIB_DB40=""
|
|
fi
|