16 lines
396 B
Text
16 lines
396 B
Text
$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='#'
|