Author: glen Date: Mon Dec 19 22:37:43 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - small typo
---- Files affected: SOURCES: apr-util-mysql.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/apr-util-mysql.patch diff -u /dev/null SOURCES/apr-util-mysql.patch:1.1 --- /dev/null Mon Dec 19 23:37:43 2005 +++ SOURCES/apr-util-mysql.patch Mon Dec 19 23:37:38 2005 @@ -0,0 +1,11 @@ +--- apr-util-1.2.2/build/dbd.m4~ 2005-05-05 22:24:29.000000000 +0300 ++++ apr-util-1.2.2/build/dbd.m4 2005-12-19 21:04:14.000000000 +0200 +@@ -81,7 +81,7 @@ + if test "$apu_have_mysql" == "0"; then + AC_CHECK_HEADER(mysql/mysql.h, AC_CHECK_LIB(mysqlclient_r, mysql_init, [apu_have_mysql=1])) + if test "$apu_have_mysql" != "0"; then +- APR_ADDTO(APRUTIL_INCLUDES, [-I$withval/include/myql]) ++ APR_ADDTO(APRUTIL_INCLUDES, [-I$withval/include/mysql]) + fi + fi + elif test "$withval" = "no"; then ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
