summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2020-01-10 10:05:41 +0000
committerRuediger Pluem <rpluem@apache.org>2020-01-10 10:05:41 +0000
commit8e5105f51e80b40ebf29e9cf197778d7d78adeb3 (patch)
treec90d03f1ba94f4f466c0cb0a84074888b1bf0342 /build
parente2ac6bffbaa22338353181203f2efe56f2b94f53 (diff)
downloadapr-8e5105f51e80b40ebf29e9cf197778d7d78adeb3.tar.gz
* Add to correct include variable
There is no APRUTIL_PRIV_INCLUDES in APR trunk. Add to INCLUDES instead like several lines below. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1872587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/dbd.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dbd.m4 b/build/dbd.m4
index 989a2ac2b..bec2449bd 100644
--- a/build/dbd.m4
+++ b/build/dbd.m4
@@ -194,7 +194,7 @@ AC_DEFUN([APU_CHECK_DBD_MYSQL], [
AC_CHECK_LIB($my_library, mysql_init,, [apu_have_mysql=0])
fi
if test "$apu_have_mysql" = "1" && test "x$MYSQL_CONFIG" != 'x'; then
- APR_ADDTO(APRUTIL_PRIV_INCLUDES, [$mysql_CPPFLAGS])
+ APR_ADDTO(INCLUDES, [$mysql_CPPFLAGS])
fi
elif test "$withval" = "no"; then
: