From 89cc9ad7f7ee94bfb135c5d6275575b46bcc98b4 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 28 Jun 2011 15:43:43 +0200 Subject: [PATCH] Update config.h.in for LZO flags --- bacula/autoconf/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 8f662a198c..a3cd88fa69 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -114,6 +114,15 @@ /* Define if you have zlib */ #undef HAVE_LIBZ +/* Define if you have lzo lib */ +#undef HAVE_LZO + +/* Define to 1 if you have the header file. */ +#undef HAVE_LZO_LZO1X_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LZO_LZOCONF_H + /* Define if you have libacl */ #undef HAVE_ACL -- 2.39.2