commit 59fd44fff0f9dc4c6701b0521024e7bbb22d4a2f
Author: Georg Baum <[email protected]>
Date:   Thu May 5 19:41:16 2016 +0200

    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.

diff --git a/config/lyxinclude.m4 b/config/lyxinclude.m4
index 965c7ef..df17da8 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

Reply via email to