$NetBSD: patch-ae,v 1.6 2009/12/13 18:38:11 asau Exp $ "test ==" portability fixes. --- src/mpid/ch3/channels/nemesis/configure.orig 2009-11-18 19:41:17.000000000 +0300 +++ src/mpid/ch3/channels/nemesis/configure 2009-12-11 06:15:44.000000000 +0300 @@ -5947,7 +5947,7 @@ fi; - if test "${net}" == "newmad" ; then + if test "${net}" = "newmad" ; then if test "${ac_cv_header_nm_public_h+set}" = set; then { $as_echo "$as_me:$LINENO: checking for nm_public.h" >&5 $as_echo_n "checking for nm_public.h... " >&6; }