dovecot-2.0: configure: Reverted last change, it doesn't work li...

dovecot at dovecot.org dovecot at dovecot.org
Thu Aug 5 17:31:55 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/6eb1311ac8e2
changeset: 11939:6eb1311ac8e2
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 05 15:31:53 2010 +0100
description:
configure: Reverted last change, it doesn't work like that..

diffstat:

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

diffs (14 lines):

diff -r d54444b8f539 -r 6eb1311ac8e2 configure.in
--- a/configure.in	Thu Aug 05 15:24:04 2010 +0100
+++ b/configure.in	Thu Aug 05 15:31:53 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