summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-04-15 18:43:23 +0200
committerTim Moore <timoore@redhat.com>2009-04-15 19:00:00 +0200
commit2d45e339f3287cf0b4805ea91b3aa9f17b6d4752 (patch)
treeabd4c3faf3c774702b85a0ff6fb50da184fd5023 /configure.ac
parent7a51212ca1895b85f400fafe0e5198525996af1d (diff)
downloadsystemtap-steved-2d45e339f3287cf0b4805ea91b3aa9f17b6d4752.tar.gz
systemtap-steved-2d45e339f3287cf0b4805ea91b3aa9f17b6d4752.tar.xz
systemtap-steved-2d45e339f3287cf0b4805ea91b3aa9f17b6d4752.zip
graphing widget and test harness
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a953e156..0aca1cc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_SUBST(CFLAGS)
AC_SUBST(CXXFLAGS)
+PKG_CHECK_MODULES([GRAPHER], [gtkmm-2.4 >= 2.8.0])
dnl Handle the perfmon option.
AC_ARG_ENABLE([perfmon],