Skip to content
Snippets Groups Projects
Commit f76dbe43 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#9900 configure.ac: fix bashism

Broken in 629cafc9 ITS#8707
parent 6c9eea73
Branches
No related tags found
1 merge request!555Fix non-std syntax
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment