From d8e1fef4b932f295a7ce78ec5662725b9497f83c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 10 Aug 2022 19:32:35 +0100 Subject: [PATCH] ITS#9900 configure.ac: fix bashism Broken in 629cafc98d4cd2ec1eec83979d69008c01b4d238 ITS#8707 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2