]> git.lyx.org Git - features.git/commitdiff
Correct typo in commentary.
authorAngus Leeming <leeming@lyx.org>
Tue, 18 May 2004 16:47:57 +0000 (16:47 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 18 May 2004 16:47:57 +0000 (16:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8764 a592a061-630c-0410-9148-cb99ea01b6c8

configure.ac

index 877902681395b99898bc767991ab1b4385fa5828..2e37e68ec2e07a1c8903e803785ede8d3f5b5800 100644 (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