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:
Paul Traina 1995-07-29 17:47:53 +00:00
parent 3f59b9c4ef
commit 522aab930c

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)