X11 is not needed

This commit is contained in:
Christopher Mosher 2012-04-24 21:48:05 -04:00
parent 8a51b28651
commit 217ca0ce47
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ 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])])