summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-10-15 12:39:15 -0500
committerDavid Smith <dsmith@redhat.com>2009-10-15 12:39:15 -0500
commitf8a493892377692c1c8f60c38ee05ac1fa77a8ed (patch)
tree4845544cdf4b8f3abbc586548309cd4b421e3fb9 /config.in
parentf77aa5c5e1578ca99b88faafc17fe09c86d687e4 (diff)
downloadsystemtap-steved-f8a493892377692c1c8f60c38ee05ac1fa77a8ed.tar.gz
systemtap-steved-f8a493892377692c1c8f60c38ee05ac1fa77a8ed.tar.xz
systemtap-steved-f8a493892377692c1c8f60c38ee05ac1fa77a8ed.zip
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.
Diffstat (limited to 'config.in')
-rw-r--r--config.in6
1 files changed, 6 insertions, 0 deletions
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 <boost/algorithm/string.hpp> header file. */
+#undef HAVE_BOOST_ALGORITHM_STRING_HPP
+
+/* Define to 1 if you have the <boost/range.hpp> header file. */
+#undef HAVE_BOOST_RANGE_HPP
+
/* Define to 1 if you have the <boost/shared_ptr.hpp> header file. */
#undef HAVE_BOOST_SHARED_PTR_HPP