From 6dd765d1abd92fe0ec6f3349b5bbd48294078815 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 27 Sep 2019 18:01:06 +0200 Subject: Fix typo in LZO_LIBS variable Signed-off-by: David Oberhollenzer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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])] )] ) -- cgit v1.2.3