$NetBSD: patch-configure,v 1.1 2021/08/23 09:58:58 adam Exp $ Portability fix. --- configure.orig 2021-08-13 12:19:24.000000000 +0000 +++ configure @@ -22847,7 +22847,7 @@ fi 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 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&5 $as_echo "$as_me: WARNING: servers disabled, ignoring --with-systemd=$ol_with_systemd argument" >&2;}