]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct typo in configure of LZO
authorKern Sibbald <kern@sibbald.com>
Tue, 18 Aug 2015 07:40:20 +0000 (09:40 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 18 Aug 2015 07:40:20 +0000 (09:40 +0200)
bacula/autoconf/configure.in

index db86e4dd6f0889353cd602b8afa97f5b4d9eeaaa..19f8b78fc603b7a1d971c6a26089713c2b007b9f 100644 (file)
@@ -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 " "