Browse Source

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

master
kevin 11 years ago
parent
commit
99504d8fc8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -18,7 +18,7 @@ AC_PROG_CXX
18 18
 # AC_PROG_RANLIB  # required for static librarires
19 19
 
20 20
 # Checks for libraries.
21
-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.])])
21
+# 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.])])
22 22
 #TODO: add more library checks 
23 23
 
24 24
 

Loading…
Cancel
Save