mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 16:54:15 +01:00
Used the correct path to the bundled libevent includes.
This commit is contained in:
parent
9f3e98b7ae
commit
157fa0bb8d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue