]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9900 configure.ac: fix bashism
authorHoward Chu <hyc@openldap.org>
Wed, 10 Aug 2022 18:32:35 +0000 (19:32 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 24 Aug 2022 18:19:22 +0000 (18:19 +0000)
Broken in 629cafc98d4cd2ec1eec83979d69008c01b4d238 ITS#8707

configure.ac

index 59a667befd34b68950bf8d8c01435703f509f9cb..ce84c9890960e2b21de8d80075b2e94b2fa81bea 100644 (file)
@@ -2034,7 +2034,7 @@ dnl
 WITH_SYSTEMD=no
 systemdsystemunitdir=
 ol_link_systemd=no
-if test $ol_enable_slapd == no && test $ol_enable_balancer != yes ; then
+if test $ol_enable_slapd = no && test $ol_enable_balancer != yes ; then
        if test $ol_with_systemd != no ; then
                AC_MSG_WARN([servers disabled, ignoring --with-systemd=$ol_with_systemd argument])
                ol_with_systemd=no