blob: 4f15b5ef4f6b40f32436adccf5ac8f4ce8ff4bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aq,v 1.2 2010/05/16 18:46:11 asau Exp $
"test" portability.
--- packages/space/configure.orig 2010-03-01 16:22:16.000000000 +0300
+++ packages/space/configure 2010-05-16 18:03:13.000000000 +0400
@@ -4768,7 +4768,7 @@
done
-if test $si == 0; then
+if test $si = 0; then
as_fn_error "\"Cannot find GEOS library. GEOS must be installed first (http://trac.osgeo.org/geos/)\"" "$LINENO" 5
fi
|