blob: a8a6f16856d730181c94a04c3512739a7ffd8b73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.6 2012/01/22 18:11:05 asau Exp $
--- 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='#'
|