dovecot-2.0: configure: Use the detected mysql_config location.

dovecot at dovecot.org dovecot at dovecot.org
Thu Aug 5 17:24:14 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/d54444b8f539
changeset: 11938:d54444b8f539
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 05 15:24:04 2010 +0100
description:
configure: Use the detected mysql_config location.
Patch by Bradley Giesbrecht

diffstat:

 configure.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 9f00b538de1b -r d54444b8f539 configure.in
--- a/configure.in	Wed Aug 04 20:31:37 2010 +0100
+++ b/configure.in	Thu Aug 05 15:24:04 2010 +0100
@@ -2160,8 +2160,8 @@
 		done
 	done
   else
-    MYSQL_INCLUDE="`mysql_config --include`"
-    MYSQL_LIBS="`mysql_config --libs`"
+    MYSQL_INCLUDE="`$MYSQL_CONFIG --include`"
+    MYSQL_LIBS="`$MYSQL_CONFIG --libs`"
   fi
 
   old_LIBS=$LIBS


More information about the dovecot-cvs mailing list