From: Howard Chu Date: Wed, 10 Aug 2022 18:32:35 +0000 (+0100) Subject: ITS#9900 configure.ac: fix bashism X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76dbe43aa2e8c0a2fca501b8d7dc7b40106bd4f;p=thirdparty%2Fopenldap.git ITS#9900 configure.ac: fix bashism Broken in 629cafc98d4cd2ec1eec83979d69008c01b4d238 ITS#8707 --- diff --git a/configure.ac b/configure.ac index 9732b830aa..b04119f616 100644 --- a/configure.ac +++ b/configure.ac @@ -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