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

16 lines
305 B
Plaintext

$NetBSD: patch-configure,v 1.1 2015/08/12 00:29:14 ryoon Exp $
Fix unportable test(1) operator.
--- configure.orig 2014-12-30 09:10:53.000000000 +0000
+++ configure
@@ -16187,7 +16187,7 @@ else
fi
-if test "x$platform_win32" == "xyes"; then :
+if test "x$platform_win32" = "xyes"; then :
else