From: Angus Leeming Date: Tue, 18 May 2004 16:47:57 +0000 (+0000) Subject: Correct typo in commentary. X-Git-Tag: 1.6.10~15216 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=323d128a13d04676a6facc1cd49a94e9b5935e5b;p=features.git Correct typo in commentary. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8764 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/configure.ac b/configure.ac index 8779026813..2e37e68ec2 100644 --- a/configure.ac +++ b/configure.ac @@ -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