From d0b13800882a7ce4d8547d8d7c0e5cafd069202c Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 5 Apr 1999 02:12:43 +0000 Subject: [PATCH] Add an automake conditional for lib X11. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 4baade276..1a01e004a 100644 --- a/configure.in +++ b/configure.in @@ -248,6 +248,7 @@ LIBS="$base_LIBS" AC_SUBST(base_LIBS) AC_SUBST(opengl_LIBS) +AM_CONDITIONAL(HAVE_XWINDOWS, test "x$ac_cv_lib_X11_XCreateWindow" = "xyes" ) dnl Check if Generic Polygon Clipping library is installed dnl (from http://www.cs.man.ac.uk/aig/staff/alan/software/) -- 2.39.5