Hi Kern,
there's a typo affecting the client-only build in autoconf/configure.in,
patch attached.
Regards,
Carsten
diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in
index 764e6dcb61..7ed1e96020 100644
--- a/bacula/autoconf/configure.in
+++ b/bacula/autoconf/configure.in
@@ -591,7 +591,7 @@ AC_ARG_ENABLE(client-only,
)
if test x$build_client_only = xno; then
ALL_DIRS="subdirs"
- AC_DEFINE(HAVE_CIENT_ONLY, 1, [Set if we build only client])
+ AC_DEFINE(HAVE_CLIENT_ONLY, 1, [Set if we build only client])
else
ALL_DIRS=""
fi
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel