From 77ef683fb4da5e350c57b8aea350ddc54c062d24 Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Thu, 29 Dec 2011 23:59:42 -0200 Subject: [PATCH] Remove cairomm test This also belongs to an upcoming commit. --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 28507bf1..f6f881ff 100644 --- a/configure.ac +++ b/configure.ac @@ -231,11 +231,6 @@ AC_CHECK_HEADER([CGAL/version.h], [], [AC_MSG_ERROR([CGAL headers not found])]) -dnl cairo -PKG_CHECK_MODULES([CAIROMM], [cairomm-1.0]) -AC_SUBST([CAIROMM_CFLAGS]) -AC_SUBST([CAIROMM_LIBS]) -AC_PYTHON_MODULE(cairo, fatal) dnl Checks for typedefs, structures, and compiler characteristics. dnl Checks for library functions. -- GitLab