]> 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>
Mon, 22 Aug 2022 16:44:05 +0000 (16:44 +0000)
Broken in 629cafc98d4cd2ec1eec83979d69008c01b4d238 ITS#8707

configure.ac

index 9732b830aaec99ec64d227f8373110d80b6bb963..b04119f616a7fcb43b925c853fc5853929a98bec 100644 (file)
@@ -2048,7 +2048,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