summaryrefslogtreecommitdiff
path: root/databases/openldap/patches/patch-configure
blob: 28fa6bee91fe275a8837e63902a59a0afa536c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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;}