Add an automake conditional for lib X11.
This commit is contained in:
parent
ec5ac9815b
commit
d0b1380088
1 changed files with 1 additions and 0 deletions
|
@ -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/)
|
||||
|
|
Loading…
Reference in a new issue