From 217ca0ce4709bf059e67ba773d9d87cf44578759 Mon Sep 17 00:00:00 2001 From: Christopher Mosher Date: Tue, 24 Apr 2012 21:48:05 -0400 Subject: [PATCH] X11 is not needed --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7e1dd69..d375107 100644 --- a/configure.ac +++ b/configure.ac @@ -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])])