From: Kern Sibbald Date: Sat, 4 Aug 2018 09:49:36 +0000 (+0200) Subject: Tweak recompile configure.in X-Git-Tag: Release-9.2.1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afe5b4ccb233bd62ff9463fbf2c4b460baf9e6cd;p=thirdparty%2Fbacula.git Tweak recompile configure.in --- diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index c232950923..89ac4400b6 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -307,6 +307,9 @@ /* Define to 1 if you have the `chflags' function. */ #undef HAVE_CHFLAGS +/* Set if we build only client */ +#undef HAVE_CIENT_ONLY + /* Define to 1 if you have the 'closefrom' function. */ #undef HAVE_CLOSEFROM diff --git a/bacula/configure b/bacula/configure index dd7714ab0d..8f8d344d8a 100755 --- a/bacula/configure +++ b/bacula/configure @@ -22018,6 +22018,9 @@ fi if test x$build_client_only = xno; then ALL_DIRS="subdirs" + +$as_echo "#define HAVE_CIENT_ONLY 1" >>confdefs.h + else ALL_DIRS="" fi