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