$NetBSD: patch-ab,v 1.12 2010/11/07 12:21:09 obache 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; }; }