From: Angus Leeming Date: Thu, 20 Jan 2005 17:29:40 +0000 (+0000) Subject: s/COMRESSION/COMPRESSION/. Rebuild, rebuild... X-Git-Tag: 1.6.10~14632 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c3596f8def272c326472df20eb39780550a06168;p=features.git s/COMRESSION/COMPRESSION/. Rebuild, rebuild... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9514 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index aee6083d69..efee1c3544 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-01-20 Angus Leeming + + * configure.ac: s/COMRESSION/COMPRESSION/ + 2005-01-12 Jean-Marc Lasgouttes * configure.ac: remove duplicated code diff --git a/configure.ac b/configure.ac index 62c9db99ae..5b0c3e1344 100644 --- a/configure.ac +++ b/configure.ac @@ -281,7 +281,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 support compressed files.]) + AC_DEFINE(USE_COMPRESSION, 1, [Define as 1 if you want to support compressed files.]) lyx_flags="$lyx_flags compression" fi fi