$NetBSD: patch-ab,v 1.4 2002/02/05 22:23:32 drochner Exp $ --- configure.orig Thu Jun 7 17:09:59 2001 +++ configure Tue Feb 5 12:18:11 2002 @@ -1330,6 +1330,8 @@ ac_cv_dx_arch=unknown if test $unameS = "FreeBSD" ; then ac_cv_dx_arch=freebsd + elif test $unameS = "NetBSD" ; then + ac_cv_dx_arch=netbsd elif test `echo $unameS | tr A-Z a-z | sed "s/^.*cygwin.*$/yes/"` = "yes" ; then ac_cv_dx_arch=cygwin elif test $unameS = "Linux" ; then @@ -4021,6 +4023,7 @@ ac_cv_have_x="have_x=yes \ ac_x_includes=$x_includes ac_x_libraries=$x_libraries" echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6 + eval "$ac_cv_have_x" fi if test "$x_includes" != "" ; then