configure.ac:Comment out AC_CHECK_LIB([cairo]).
This commit is contained in:
parent
ac707ef642
commit
99504d8fc8
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user