2016-01-21 23:40:00 +01:00

16 lines
303 B
Plaintext

$NetBSD: patch-configure,v 1.1 2015/01/16 09:02:29 wiz Exp $
Fix unportable test(1) operator.
--- configure.orig 2015-01-05 08:41:53.000000000 +0000
+++ configure
@@ -17247,7 +17247,7 @@ else
fi
-if test "x$platform_win32" == "xyes"; then :
+if test "x$platform_win32" = "xyes"; then :
else