From 99504d8fc8069ef180831ba957bc93f1cb3b5b16 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 22 May 2013 10:11:27 -0700 Subject: [PATCH] configure.ac:Comment out AC_CHECK_LIB([cairo]). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dc7e616..690f2c0 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_PROG_CXX # AC_PROG_RANLIB # required for static librarires # 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