On Aug 4, 2010, at 12:35 PM, Timo Sirainen wrote:
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig
The configure script allows for user override with MYSQL_CONFIG but does not use the value in two places.
- MYSQL_INCLUDE="`mysql_config --include`" - MYSQL_LIBS="`mysql_config --libs`" + MYSQL_INCLUDE="`$MYSQL_CONFIG --include`" + MYSQL_LIBS="`$MYSQL_CONFIG --libs`" Regards, Bradley Giesbrecht
patch-configure.diff
Description: Binary data