$NetBSD: patch-af,v 1.1.1.1 2006/11/09 19:06:37 bad Exp $ --- configure.in.orig 2006-09-06 05:53:34.000000000 +0200 +++ configure.in @@ -427,7 +427,7 @@ dnl By default we assume user wants dns dnl zone transfers support, provided script can find the library dnl -if test x$with_advanced_dns == xyes ; then +if test x$with_advanced_dns = xyes ; then LIB_RESOLV="" HAVE_RES_NQUERY="" @@ -841,8 +841,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