]> git.pld-linux.org Git - packages/apr-util.git/blob - apr-util-mysql.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/apr-util.git] / apr-util-mysql.patch
1 --- apr-util-1.2.2/build/dbd.m4~        2005-05-05 22:24:29.000000000 +0300
2 +++ apr-util-1.2.2/build/dbd.m4 2005-12-19 21:04:14.000000000 +0200
3 @@ -81,7 +81,7 @@
4        if test "$apu_have_mysql" == "0"; then
5          AC_CHECK_HEADER(mysql/mysql.h, AC_CHECK_LIB(mysqlclient_r, mysql_init, [apu_have_mysql=1]))
6          if test "$apu_have_mysql" != "0"; then
7 -          APR_ADDTO(APRUTIL_INCLUDES, [-I$withval/include/myql])
8 +          APR_ADDTO(APRUTIL_INCLUDES, [-I$withval/include/mysql])
9          fi
10        fi
11      elif test "$withval" = "no"; then
This page took 0.206269 seconds and 3 git commands to generate.