$NetBSD: patch-ac,v 1.1 2007/01/06 15:37:02 rillig Exp $

Tags: for-upstream

--- configure.in.orig	2006-12-08 18:47:15.000000000 +0100
+++ configure.in	2007-01-06 16:21:55.000000000 +0100
@@ -13,7 +13,7 @@ dnl
 dnl GCC specifics
 dnl
 AC_MSG_CHECKING([for gcc/g++])
-if test "$GXX" == "yes" ; then
+if test "$GXX" = "yes" ; then
    AC_MSG_RESULT([found (using "-Wall" and "-fexceptions")])
    CPPFLAGS="$CPPFLAGS -Wall -fexceptions"
    CXXFLAGS="$CXXFLAGS -Wall -fexceptions"
