]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix typo in client-only configure.in
authorCarsten Leonhardt <leo@debian.org>
Tue, 11 Sep 2018 10:52:03 +0000 (12:52 +0200)
committerKern Sibbald <kern@sibbald.com>
Tue, 11 Sep 2018 10:54:08 +0000 (12:54 +0200)
bacula/autoconf/configure.in

index 764e6dcb6121fa8164dd0c8abe2804cf3697bb10..7ed1e96020f9e40736476a269a68c02906208b8b 100644 (file)
@@ -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