]> git.pld-linux.org Git - packages/apr-util.git/commitdiff
- small typo
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Dec 2005 22:37:38 +0000 (22:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apr-util-mysql.patch -> 1.1

apr-util-mysql.patch [new file with mode: 0644]

diff --git a/apr-util-mysql.patch b/apr-util-mysql.patch
new file mode 100644 (file)
index 0000000..3b2cd08
--- /dev/null
@@ -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
This page took 0.027486 seconds and 4 git commands to generate.