$NetBSD: patch-ab,v 1.11.6.1 2010/11/09 20:58:59 spz Exp $

Portability fix.

--- configure.orig	2010-04-13 22:01:35.000000000 +0000
+++ configure
@@ -12866,7 +12866,7 @@ if test "${with_modules+set}" = set; the
     if test x"$withval" != x; then
       modules_list=`echo "$withval" | sed -e 's/:/ /g'`;
       for amodule in $modules_list; do
-        if test x"$amodule" == xmod_dso ; then
+        if test x"$amodule" = xmod_dso ; then
           { { echo "$as_me:$LINENO: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&5
 echo "$as_me: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&2;}
    { (exit 1); exit 1; }; }
