From f8a493892377692c1c8f60c38ee05ac1fa77a8ed Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 15 Oct 2009 12:39:15 -0500 Subject: Updated checking for grapher dependencies. * configure.ac: Made sure nss includes will error even if only 1 header isn't usable. Added grapher dependencies gtkmm and boost headers. * Makefile.in: Regenerated. * config.in: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.am: Use libglade CFLAGS/LIBS. * grapher/Makefile.in: Regenerated. --- config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index 7bc806bd..e19c1acb 100644 --- a/config.in +++ b/config.in @@ -9,6 +9,12 @@ /* make -P prologue-searching default */ #undef ENABLE_PROLOGUES +/* Define to 1 if you have the header file. */ +#undef HAVE_BOOST_ALGORITHM_STRING_HPP + +/* Define to 1 if you have the header file. */ +#undef HAVE_BOOST_RANGE_HPP + /* Define to 1 if you have the header file. */ #undef HAVE_BOOST_SHARED_PTR_HPP -- cgit