From: Carsten Leonhardt Date: Tue, 11 Sep 2018 10:52:03 +0000 (+0200) Subject: Fix typo in client-only configure.in X-Git-Tag: Release-9.2.2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3052f64a3b2e86a3a127b13fcc56728179822489;p=thirdparty%2Fbacula.git Fix typo in client-only configure.in --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 764e6dcb6..7ed1e9602 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