]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
configure: Fix small alignment problem.
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Wed, 10 Feb 2021 13:44:18 +0000 (14:44 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:00 +0000 (09:03 +0100)
bacula/autoconf/configure.in

index 21072e604c6372568caaf1da81cf6d630eade70f..97f99ef3047ff865bee17d3b4deeb99fff4737cc 100644 (file)
@@ -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}