Coda File System

resend: patch to remove bashisms

From: Greg Troxel <gdt_at_ir.bbn.com>
Date: Sun, 15 Jul 2012 14:29:04 -0400
I sent this patch a long time ago and it seems that it hasn't been
applied yet.


$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=


Received on 2012-07-15 14:46:33