formatting changes only [otd: 29]

This commit is contained in:
Christopher Mosher 2013-01-31 19:12:59 -05:00
parent e234c8e4bf
commit 938ed70cd5

View File

@ -20,6 +20,8 @@ AC_PROG_MAKE_SET
AC_PROG_RANLIB
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])