$NetBSD: patch-ab,v 1.4 2013/12/09 11:39:20 adam Exp $

Shell portability fix: see https://savannah.nongnu.org/bugs/index.php?22222

--- bootstrap.orig	2013-11-25 19:53:00.000000000 +0000
+++ bootstrap
@@ -1,7 +1,7 @@
 #! /bin/sh
 # If we're on OS X, use glibtoolize instead of toolize when available
 HOSTTYPE=`uname`
-if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
+if [ "$HOSTTYPE" = "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
         LIBTOOLIZE=glibtoolize
 else
 	LIBTOOLIZE=libtoolize
