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:
Angus Leeming 2004-05-18 16:47:57 +00:00
parent 9e982df7a0
commit 323d128a13

View File

@ -267,7 +267,7 @@ if test $use_compression=true ; then
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)
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"
fi
fi