$NetBSD: patch-ab,v 1.7 2015/12/29 23:34:46 dholland Exp $

Honor --without-xaw as configure argument.

--- configure.orig	2011-06-18 15:08:11.000000000 +0400
+++ configure	2012-01-22 19:22:24.000000000 +0400
@@ -17675,6 +17675,11 @@
 else
   ac_cv_my_have_xaw="no (cross-compiling)"
 fi
+
+if test "${WITH_XAW}" = "no"; then
+  ac_cv_my_have_xaw=no
+fi
+ 
  if test "${ac_cv_my_have_xaw}" = "yes"; then
   HAVE_XAW_TRUE=
   HAVE_XAW_FALSE='#'
