$NetBSD: patch-af,v 1.1 2006/10/14 01:42:51 rillig Exp $

--- configure.in.orig	2005-10-25 08:10:32.000000000 +0200
+++ configure.in	2006-10-14 03:38:05.000000000 +0200
@@ -822,8 +822,8 @@ fi
 if test "Z$ac_cv_gethostbyaddr_args" != "Z"; then
   echo "Function gethostbyaddr_r takes $ac_cv_gethostbyaddr_args arguments"
   echo -n "First argument for gethostbyaddr_r is "
-  if   test "Z$ac_cv_gethostbyaddr_first_arg" == "Zcharptr"; then echo "const char *"
-  elif test "Z$ac_cv_gethostbyaddr_first_arg" == "Zvoidptr"; then echo "const void *"
+  if   test "Z$ac_cv_gethostbyaddr_first_arg" = "Zcharptr"; then echo "const char *"
+  elif test "Z$ac_cv_gethostbyaddr_first_arg" = "Zvoidptr"; then echo "const void *"
   else echo 
   fi
 else
