mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Correct typo in commentary.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8764 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9e982df7a0
commit
323d128a13
@ -267,7 +267,7 @@ if test $use_compression=true ; then
|
|||||||
AC_CHECK_HEADERS(zlib.h, use_compression=true, use_compression=false)
|
AC_CHECK_HEADERS(zlib.h, use_compression=true, use_compression=false)
|
||||||
AC_CHECK_LIB(z, gzopen,[use_compression=true;LIBS="$LIBS -lz"], use_compression=false)
|
AC_CHECK_LIB(z, gzopen,[use_compression=true;LIBS="$LIBS -lz"], use_compression=false)
|
||||||
if test $use_compression = true ; then
|
if test $use_compression = true ; then
|
||||||
AC_DEFINE(USE_COMRESSION, 1, [Define as 1 if you want to supprot compressed files.])
|
AC_DEFINE(USE_COMRESSION, 1, [Define as 1 if you want to support compressed files.])
|
||||||
lyx_flags="$lyx_flags compression"
|
lyx_flags="$lyx_flags compression"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user