From b6cd1c25c6b5435a0b007c84c56153d77d056dcb Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 27 Feb 2009 16:42:03 +0000 Subject: [PATCH] rework Xaw test --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index aa3059229..5cf1f109c 100644 --- a/configure.ac +++ b/configure.ac @@ -1796,8 +1796,10 @@ CPPFLAGS=$save_CPPFLAGS AC_SUBST(XAW_INCLUDES) AC_SUBST(XAW_LIBS) AM_CONDITIONAL(WITH_XAW, [test "x$with_xaw" != "xno"]) -if test "x$with_xaw" = "xno" && "$no_x" != yes; then +if test "x$with_xaw" = "xno"; then + if test "x$no_x" != "xyes"; then AC_MSG_WARN(Lefty cannot be built) + fi fi dnl ----------------------------------- -- 2.50.1