When using bundled zlib, INNODB_PLUGIN was looking for

zlib headers in wrong location.

Fixed by using path exported by zlib.m4 macro.
This commit is contained in:
Sergey Vojtovich 2009-06-17 14:38:41 +05:00
parent 4581df7c7f
commit 392eaea958

View file

@ -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@