Don't build xditview unless the actual include files for X11 are present.

Merely checking for the directory is -not- sufficient, since the XFree86
non-programmers distribution has that directory to hold bitmaps.
This commit is contained in:
pst 1995-07-29 17:47:53 +00:00
parent 8ca6f0e2ac
commit e3f0703d42

View File

@ -1,4 +1,4 @@
.if exists(${X11BASE}/include)
.if exists(${X11BASE}/include/X11/Xlib.h)
.if exists(${X11BASE}/lib)
.if exists(${DESTDIR}${X11BASE}/bin)
.if exists(${DESTDIR}${X11BASE}/man/man1)