From: ellson Date: Fri, 27 Feb 2009 16:42:03 +0000 (+0000) Subject: rework Xaw test X-Git-Tag: LAST_LIBGRAPH~32^2~2381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6cd1c25c6b5435a0b007c84c56153d77d056dcb;p=graphviz rework Xaw test --- 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 -----------------------------------