configure.ac:Comment out AC_CHECK_LIB([cairo]).

This commit is contained in:
kevin 2013-05-22 10:11:27 -07:00
parent ac707ef642
commit 99504d8fc8

View File

@ -18,7 +18,7 @@ AC_PROG_CXX
# AC_PROG_RANLIB # required for static librarires # AC_PROG_RANLIB # required for static librarires
# Checks for libraries. # Checks for libraries.
AC_CHECK_LIB([cairo],[cairo_debug_reset_static_data],[AC_MSG_RESULT([The 'cairo' library was found.])],[AC_MSG_ERROR([The 'cairo' library was not found.])]) # AC_CHECK_LIB([cairo],[cairo_debug_reset_static_data],[AC_MSG_RESULT([The 'cairo' library was found.])],[AC_MSG_ERROR([The 'cairo' library was not found.])])
#TODO: add more library checks #TODO: add more library checks