From: ellson Date: Wed, 17 May 2006 23:51:52 +0000 (+0000) Subject: Pango is optional X-Git-Tag: LAST_LIBGRAPH~32^2~6616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ffc77d20a5b70d3a2eff046eddde89899b142e;p=graphviz Pango is optional --- diff --git a/configure.ac b/configure.ac index 4a78d1412..bb223fcd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1119,7 +1119,7 @@ dnl INCLUDES and LIBS for PANGOCAIRO PKG_CHECK_MODULES(PANGOCAIRO, [pangocairo >= 1.0], [AC_DEFINE_UNQUOTED(HAVE_PANGOCAIRO,1, [Define if you have the pangocairo library])], - [AC_MSG_ERROR(pangocairo library not available)]) + [AC_MSG_WARN(Optional pangocairo library not available)]) AC_SUBST(PANGOCAIRO_CFLAGS) AC_SUBST(PANGOCAIRO_LIBS)