mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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.
This commit is contained in:
parent
637fbb7ac9
commit
041bcbed74
@ -465,7 +465,7 @@ AC_DEFUN([LYX_USE_INCLUDED_ZLIB],[
|
|||||||
AM_CONDITIONAL(USE_INCLUDED_ZLIB, test x$lyx_cv_with_included_zlib = xyes)
|
AM_CONDITIONAL(USE_INCLUDED_ZLIB, test x$lyx_cv_with_included_zlib = xyes)
|
||||||
AC_MSG_RESULT([$lyx_cv_with_included_zlib])
|
AC_MSG_RESULT([$lyx_cv_with_included_zlib])
|
||||||
if test x$lyx_cv_with_included_zlib = xyes ; then
|
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'
|
ZLIB_LIBS='$(top_builddir)/3rdparty/zlib/liblyxzlib.a'
|
||||||
mkdir -p 3rdparty/zlib
|
mkdir -p 3rdparty/zlib
|
||||||
dnl include standard config.h for HAVE_UNISTD_H
|
dnl include standard config.h for HAVE_UNISTD_H
|
||||||
|
Loading…
Reference in New Issue
Block a user