diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-05-09 01:50:57 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-05-09 01:50:57 +0000 |
commit | 2e6b32ec83cfbabee8b453ab7bc52aaac73bd3fc (patch) | |
tree | 1b06b6fe9db0435597a7bc52ef1acdc143c33a34 /configure.in | |
parent | 4c21fec35f15c33dd6a5fadf35efe1266b0fb952 (diff) |
2006-05-08 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* configure.in: remove check for perl since we're not using any of the
gmmproc stuff for cairomm
* docs/reference/Makefile.am: add documentation dependency on all of the
headers in the cairomm/ directory so that if a header changes the
documentation will be rebuilt.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d1f6b78..83047d2 100644 --- a/configure.in +++ b/configure.in @@ -92,8 +92,6 @@ AC_CHECK_HEADERS(string list map, , exit) PKG_CHECK_MODULES(CAIROMM, cairo >= 1.0) -GLIBMM_CHECK_PERL([5.6.0]) - dnl Check whether to build the documentation directory DOCS_SUBDIR="" dnl set DOCS_SUBDIR initially blank |