mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-10 17:30:36 +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.
|
# Checks for libraries.
|
||||||
AC_CHECK_LIB([SDL],[SDL_Init],,[AC_MSG_ERROR([cannot find libsdl])])
|
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…
x
Reference in New Issue
Block a user