summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/patches/patch-configure
blob: 516a007a3b0d66c55e2ea28451e3551db1802e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-configure,v 1.3 2014/10/10 01:13:58 wen Exp $

--- configure.orig	2014-10-09 09:28:47.000000000 +0000
+++ configure
@@ -22498,7 +22498,7 @@ $as_echo "found libecwj2 in $with_ecw/li
 
   # ECW SDK 5.0 style
   elif test -r $with_ecw/lib/x64/release/libNCSEcw.so ; then
-    if test `arch` == "x86_64" ; then
+    if test `arch` = "x86_64" ; then
       ECW_LIBDIR=$with_ecw/lib/x64/release
     else
       ECW_LIBDIR=$with_ecw/lib/x86/release