$NetBSD: patch-ac,v 1.1 2006/10/14 02:47:08 rillig Exp $

--- configure.in.orig	2006-01-31 14:31:55.000000000 +0100
+++ configure.in	2006-10-14 04:39:35.000000000 +0200
@@ -47,7 +47,7 @@ dnl Checks if we have to statically link
 AC_ARG_WITH(static,
 	[  --with-static[[=ARG]]    Statically link the program [[ARG=yes/no, default=no]]],
 	[
-		if test "x$withval" == "xyes" ; then
+		if test "x$withval" = "xyes" ; then
 			dnl Locate X11 libraries and headers (used for static linking)
 			AC_PATH_X
 			AC_PATH_XTRA
