]> 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:20:56 +0000 (18:20 +0000)
Broken in 629cafc98d4cd2ec1eec83979d69008c01b4d238 ITS#8707

configure.ac

index bcca379885eaf7d393ad56c15cb8477945606d0f..3943f6265060065483db582e5c7bef14fe934d80 100644 (file)
@@ -2083,7 +2083,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