From 323d128a13d04676a6facc1cd49a94e9b5935e5b Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 18 May 2004 16:47:57 +0000 Subject: [PATCH] Correct typo in commentary. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8764 a592a061-630c-0410-9148-cb99ea01b6c8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2