From 157fa0bb8d7e8b80b38a5fa41b0865d4f299d9e6 Mon Sep 17 00:00:00 2001 From: Peter Lieverdink Date: Wed, 30 Sep 2009 09:36:15 +1000 Subject: [PATCH] Used the correct path to the bundled libevent includes. --- config/ac-macros/libevent.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ac-macros/libevent.m4 b/config/ac-macros/libevent.m4 index fde47b6aea1..58ba2d6ebde 100644 --- a/config/ac-macros/libevent.m4 +++ b/config/ac-macros/libevent.m4 @@ -13,7 +13,7 @@ AC_DEFUN([MYSQL_USE_BUNDLED_LIBEVENT], [ AC_SUBST([libevent_dir]) libevent_libs="\$(top_builddir)/extra/libevent/libevent.a" - libevent_includes="-I\$(top_builddir)/extra/libevent" + libevent_includes="-I\$(top_srcdir)/extra/libevent" libevent_test_option="--mysqld=--thread-handling=pool-of-threads" AC_SUBST(libevent_libs) AC_SUBST(libevent_includes)