17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
$NetBSD: patch-configre,v 1.2 2015/02/02 11:46:20 wiz Exp $
|
|
|
|
Portability fix.
|
|
https://sourceforge.net/p/libwpd/tickets/5/
|
|
|
|
--- configure.orig 2015-02-02 09:03:03.000000000 +0000
|
|
+++ configure
|
|
@@ -16166,7 +16166,7 @@ else
|
|
fi
|
|
|
|
|
|
-if test "x$platform_win32" == "xyes"; then :
|
|
+if test "x$platform_win32" = "xyes"; then :
|
|
|
|
else
|
|
|