1
0
Fork 0

Add an automake conditional for lib X11.

This commit is contained in:
curt 1999-04-05 02:12:43 +00:00
parent ec5ac9815b
commit d0b1380088

View file

@ -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/)