summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3/patches/patch-configure
blob: 91722c00dd169db420589f37cef5efdfc3b45fa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2020/04/25 11:49:52 nia Exp $

Shell portability.

--- configure.orig	2020-03-23 17:11:24.000000000 +0000
+++ configure
@@ -22473,7 +22473,7 @@ $as_echo "no" >&6; }
 fi
 
 
-    if test "x$systemctl" == "xno"; then :
+    if test "x$systemctl" = "xno"; then :
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking Not a systemd system" >&5
 $as_echo_n "checking Not a systemd system... " >&6; }
 else