[dovecot-cvs] dovecot configure.in,1.174,1.175

cras at dovecot.org cras at dovecot.org
Fri Jul 23 22:07:59 EEST 2004


Update of /home/cvs/dovecot
In directory talvi:/tmp/cvs-serv14318

Modified Files:
	configure.in 
Log Message:
If MySQL header checks failed, configure still passed.



Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- configure.in	22 Jul 2004 19:37:25 -0000	1.174
+++ configure.in	23 Jul 2004 19:07:57 -0000	1.175
@@ -1130,9 +1130,9 @@
 		AC_CHECK_HEADER(mysql.h,, [
 			AC_CHECK_HEADER(mysql/mysql.h, [
 				AUTH_CFLAGS="$AUTH_CFLAGS -DHAVE_MYSQL_MYSQL_H"
-			], want_mysql = no)
+			], want_mysql=no)
 		])
-	], want_mysql = no)
+	], want_mysql=no)
 
 	if test $want_mysql = yes; then
 		AUTH_LIBS="$AUTH_LIBS -lmysqlclient"



More information about the dovecot-cvs mailing list