From: Eric Bollengier Date: Tue, 5 Sep 2023 16:06:45 +0000 (+0200) Subject: Fix compilation X-Git-Tag: Beta-15.0.0~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31755bb9af5c532253d07360f924d145ba1e7d5e;p=thirdparty%2Fbacula.git Fix compilation --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 8761cc428..7b1f73481 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1054,6 +1054,10 @@ CFLAGS="${saved_CFLAGS}" AC_SUBST(ZSTD_LIBS) AC_SUBST(ZSTD_INC) +TOKYOCABINET_LIBS= +TOKYOCABINET_INC= +AC_SUBST(TOKYOCABINET_LIBS) +AC_SUBST(TOKYOCABINET_INC) dnl ----------------------------------------------------------- dnl Check whether OpenSSL is available