summaryrefslogtreecommitdiff
path: root/converters/librevenge/patches/patch-configre
blob: d579fc98a52e0fee215c23656b831f658d6f7020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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