$NetBSD: patch-ar,v 1.1 2013/04/21 14:53:36 makoto Exp $

Remove bashism.

--- libwww/configure.ac~	2006-03-20 10:36:46.000000000 +0000
+++ libwww/configure.ac
@@ -302,7 +302,7 @@ AC_CHECK_FUNCS(getcwd gethostname getdom
 AC_CHECK_FUNC(unlink)
   if test "$ac_cv_func_unlink" != yes ; then
      AC_CHECK_FUNC(remove)
-     if test "$ac_cv_func_remove" == yes ; then
+     if test "$ac_cv_func_remove" = yes ; then
         AC_DEFINE(unlink, remove, [What to use for unlink])
      fi
 fi
