summaryrefslogtreecommitdiff
path: root/geography/gdal-lib/patches/patch-aa
blob: 3b847d6e54efd5021e7dcfd4c04defdff5d81a7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.2 2007/02/23 22:22:38 gdt Exp $

--- configure.orig	2007-02-16 08:57:36.000000000 -0700
+++ configure
@@ -28245,13 +28245,13 @@ fi
 
 echo "$as_me:$LINENO: checking for special pymod link hacks" >&5
 echo $ECHO_N "checking for special pymod link hacks... $ECHO_C" >&6
-if test ! -z "`uname | grep Darwin`" -a ${with_libtool} == no ; then
+if test ! -z "`uname | grep Darwin`" -a ${with_libtool} = no ; then
     echo "$as_me:$LINENO: result: darwin-nonlibtool" >&5
 echo "${ECHO_T}darwin-nonlibtool" >&6
 
     PY_LD_SHARED='g++ -bundle -framework Python'
     PY_SO_EXT='so'
-elif test ! -z "`uname | grep Darwin`" -a ${with_libtool} == yes ; then
+elif test ! -z "`uname | grep Darwin`" -a ${with_libtool} = yes ; then
     echo "$as_me:$LINENO: result: darwin-libtool" >&5
 echo "${ECHO_T}darwin-libtool" >&6