summaryrefslogtreecommitdiff
path: root/net/bind99/patches/patch-configure.in
blob: 9a17118b511feeaae4b7c5901a697ff6a2426c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure.in,v 1.3 2013/06/06 02:55:03 taca Exp $

* Avoid using "==" for argument of test(1).

--- configure.in.orig	2013-06-04 18:30:02.000000000 +0000
+++ configure.in
@@ -157,7 +157,7 @@ case "$use_python" in
 			AC_PATH_PROGS(PYTHON, $use_python)
 			;;
 		esac
-		if test "X$PYTHON" == "X"
+		if test "X$PYTHON" = "X"
 		then
 			case "$use_python" in
 			unspec)