From 041bcbed7407e4d7b89253a3d061bc5b8bb27613 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 5 May 2016 19:41:16 +0200 Subject: [PATCH 1/1] Fix include path for zconf.h I forgot that in the previous commit, and compilation seemed to work because I had another zconf.h lying around. --- config/lyxinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4 index 965c7ef920..df17da8843 100644 --- a/config/lyxinclude.m4 +++ b/config/lyxinclude.m4 @@ -465,7 +465,7 @@ AC_DEFUN([LYX_USE_INCLUDED_ZLIB],[ AM_CONDITIONAL(USE_INCLUDED_ZLIB, test x$lyx_cv_with_included_zlib = xyes) AC_MSG_RESULT([$lyx_cv_with_included_zlib]) if test x$lyx_cv_with_included_zlib = xyes ; then - ZLIB_INCLUDES='-I$(top_srcdir)/3rdparty/zlib/1.2.8' + ZLIB_INCLUDES='-I$(top_srcdir)/3rdparty/zlib/1.2.8 -I$(top_builddir)/3rdparty/zlib' ZLIB_LIBS='$(top_builddir)/3rdparty/zlib/liblyxzlib.a' mkdir -p 3rdparty/zlib dnl include standard config.h for HAVE_UNISTD_H -- 2.39.2