From: Radosław Korzeniewski Date: Wed, 10 Feb 2021 13:44:18 +0000 (+0100) Subject: configure: Fix small alignment problem. X-Git-Tag: Release-11.3.2~707 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05b94a2a6d800ed4dcca135ac8aa1ce9b317f72;p=thirdparty%2Fbacula.git configure: Fix small alignment problem. --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 21072e604..97f99ef30 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -3918,7 +3918,7 @@ fi cd src/qt-console chmod 755 install_conf_file build-depkgs-qt-console cd tray-monitor -chmod 755 install_conf_file +chmod 755 install_conf_file cd ${BUILD_DIR} cd scripts @@ -4045,8 +4045,8 @@ Configuration on `date`: build-dird: ${build_dird} build-stored: ${build_stored} Plugin support: ${have_plugins} - LDAP support: ${ldap_support} - LDAP StartTLS support: ${ldap_start_tls_support} + LDAP support: ${ldap_support} + LDAP StartTLS support: ${ldap_start_tls_support} AFS support: ${have_afs} ACL support: ${have_acl} XATTR support: ${have_xattr}