Remove X11 error handler

And with it the only direct X11 dependency.
This commit is contained in:
John Ralls
2017-10-30 10:08:07 -07:00
parent f05761e636
commit 49c70795c3
5 changed files with 3 additions and 48 deletions

View File

@@ -581,10 +581,6 @@ ENDIF ()
SET (HAVE_HTMLHELPW 1)
ENDIF (WIN32)
IF (NOT WIN32)
CHECK_INCLUDE_FILES (X11/Xlib.h HAVE_X11_XLIB_H)
ENDIF (NOT WIN32)
CHECK_INCLUDE_FILES (dirent.h HAVE_DIRENT_H)
CHECK_INCLUDE_FILES (dlfcn.h HAVE_DLFCN_H)
CHECK_INCLUDE_FILES (glob.h HAVE_GLOB_H)