diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3aa337b..d62f5a0 100644 --- a/configure.ac +++ b/configure.ac @@ -117,7 +117,7 @@ if test "x$want_lzo" != "xno"; then AC_CHECK_LIB([lzo2], [lzo1x_1_15_compress], [LZO_LIBS="-llzo2"], [AC_CHECK_LIB([lzo],[lzo1x_1_15_compress], - [ZO_LIBS="-llzo"], + [LZO_LIBS="-llzo"], [AM_CONDITIONAL([WITH_LZO], [false])] )] ) |