diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-30 21:30:30 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-30 21:30:30 +0000 |
commit | 388177dc871130e82061f0f4bd814c19ae841502 (patch) | |
tree | 9ed968962c893202640f4793fde940ddd9eb49dd /mail/courier-imap/files/patch-mysql | |
parent | uodate sqwebmail to 3.6.1 (diff) |
update courier-imap to 2.2.0
Notes
Notes:
svn path=/head/; revision=92657
Diffstat (limited to 'mail/courier-imap/files/patch-mysql')
-rw-r--r-- | mail/courier-imap/files/patch-mysql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/courier-imap/files/patch-mysql b/mail/courier-imap/files/patch-mysql index 8c186537f661..37aca7b23304 100644 --- a/mail/courier-imap/files/patch-mysql +++ b/mail/courier-imap/files/patch-mysql @@ -1,5 +1,5 @@ ---- authlib/configure.orig Wed Sep 10 00:51:36 2003 -+++ authlib/configure Wed Sep 10 01:04:27 2003 +--- authlib/configure.orig Thu Oct 30 21:36:15 2003 ++++ authlib/configure Thu Oct 30 21:43:26 2003 @@ -6766,9 +6766,9 @@ if test "$doauthmysql" = "" then @@ -143,6 +143,6 @@ +echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 +echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 +if test $ac_cv_func_mysql_real_connect = yes; then - AUTHMYSQL="authmysql" + AUTHMYSQL="authmysql${EXEEXT}" HAVE_AUTHMYSQL=1 else |