ITS#9900 configure.ac: fix bashism

Broken in 629cafc98d ITS#8707
This commit is contained in:
Howard Chu 2022-08-10 19:32:35 +01:00 committed by Quanah Gibson-Mount
parent 6c9eea7306
commit f76dbe43aa

View file

@ -2048,7 +2048,7 @@ dnl
WITH_SYSTEMD=no WITH_SYSTEMD=no
systemdsystemunitdir= systemdsystemunitdir=
ol_link_systemd=no 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 if test $ol_with_systemd != no ; then
AC_MSG_WARN([servers disabled, ignoring --with-systemd=$ol_with_systemd argument]) AC_MSG_WARN([servers disabled, ignoring --with-systemd=$ol_with_systemd argument])
ol_with_systemd=no ol_with_systemd=no