]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak recompile configure.in
authorKern Sibbald <kern@sibbald.com>
Sat, 4 Aug 2018 09:49:36 +0000 (11:49 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 4 Aug 2018 09:49:46 +0000 (11:49 +0200)
bacula/autoconf/config.h.in
bacula/configure

index c2329509236c2df99e181eba37143c4c45eb5e3a..89ac4400b642c406220cbdd3061caae350b39073 100644 (file)
 /* 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
 
index dd7714ab0d298f98f36268d5a634e9544b7f2642..8f8d344d8a4c58f0442fc8ce8a7e715979477d64 100755 (executable)
@@ -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