Revert "X11 is not needed"

This reverts commit 217ca0ce47.
This commit is contained in:
Christopher Mosher 2012-04-28 14:06:50 -04:00
parent 217ca0ce47
commit e74b1ff51a
1 changed files with 1 additions and 0 deletions

View File

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