mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
make X11 optional (helps Windows builds)
This commit is contained in:
parent
638e3dfe92
commit
062cee91c1
@ -22,7 +22,7 @@ AM_PROG_CC_C_O
|
||||
|
||||
# Checks for libraries.
|
||||
AC_CHECK_LIB([SDL],[SDL_Init],,[AC_MSG_ERROR([cannot find libsdl])])
|
||||
AC_CHECK_LIB([X11],[XOpenDisplay],,[AC_MSG_ERROR([cannot find X11])])
|
||||
AC_CHECK_LIB([X11],[XOpenDisplay])
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user