$NetBSD: patch-ac,v 1.1 2006/05/01 09:38:08 cube Exp $

--- configure.orig	2006-04-19 19:37:22.000000000 +0200
+++ configure
@@ -2039,7 +2039,7 @@ if test "${with_my_user_group+set}" = se
 fi;
 
 # Test for valid database names
-if  test "$DB_TYPE" == "mysql" ; then
+if  test "$DB_TYPE" = "mysql" ; then
    echo "$as_me:$LINENO: checking if database name is valid" >&5
 echo $ECHO_N "checking if database name is valid... $ECHO_C" >&6
           if  echo $DB_DATABASE | $AWK '/-/ { exit 1 }' ; then
