blob: 83938b498a243c3e3533ffbc27fb9e79206ed644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ad,v 1.2 2012/03/05 11:27:53 gdt Exp $
Remove bashism.
Reported upstream on 20110301.
--- configure.orig 2010-03-29 19:13:56.000000000 +0000
+++ configure
@@ -18400,7 +18400,7 @@ $as_echo "#define HAVE_FLOCK_LOCKING 1"
if test "$buildvcodacon" != no ; then
test -z "${FLUID}" && as_fn_error "\"Unable to find fltk-fluid\"" "$LINENO" 5
- test "$coda_cv_path_fltk" == none && as_fn_error "\"Unable to find libfltk\"" "$LINENO" 5
+ test "$coda_cv_path_fltk" = none && as_fn_error "\"Unable to find libfltk\"" "$LINENO" 5
fi
if test "$buildvcodacon" != no; then
BUILD_VCODACON_TRUE=
|