From: Kern Sibbald Date: Tue, 18 Aug 2015 07:40:20 +0000 (+0200) Subject: Correct typo in configure of LZO X-Git-Tag: Release-7.4.0~226 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92286bd088786b9c8712b12a6ad9dfbea843f7e0;p=bacula%2Fbacula Correct typo in configure of LZO --- 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 " "