From 92286bd088786b9c8712b12a6ad9dfbea843f7e0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 18 Aug 2015 09:40:20 +0200 Subject: [PATCH] Correct typo in configure of LZO --- bacula/autoconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index db86e4dd6f..19f8b78fc6 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2479,7 +2479,7 @@ if test x$support_lzo = xyes; then AC_CHECK_HEADER(${with_lzo}/lzo/lzoconf.h, [ AC_DEFINE(HAVE_LZO, 1, [Define to 1 if you have LZO compression]) - LZO_LIBS="${LZO_LDFLAGS} -lzo2" + LZO_LIBS="${LZO_LDFLAGS} -llzo2" have_lzo="yes" ], [ echo " " -- 2.39.5