Commit 8469eee8 authored by Sergey Vojtovich's avatar Sergey Vojtovich

When using bundled zlib, INNODB_PLUGIN was looking for

zlib headers in wrong location.

Fixed by using path exported by zlib.m4 macro.

storage/innodb_plugin/Makefile.am:
  Include zlib headers from a proper location.
parent 4e430bb4
......@@ -24,7 +24,7 @@ INCLUDES= -I$(top_srcdir)/include -I$(top_builddir)/include \
-I$(top_srcdir)/regex \
-I$(srcdir)/include \
-I$(top_srcdir)/sql \
-I$(srcdir)
-I$(srcdir) @ZLIB_INCLUDES@
DEFS= @DEFS@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment