summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2009-09-02 12:39:05 +0200
committerTim Moore <timoore@redhat.com>2009-09-30 20:40:29 +0200
commiteece8f14d92f71fc12ab87c529fffc5fcc5a4e94 (patch)
tree2a0b6fce96e5acc0ee0316f889e616a7c2fcef1b /configure.ac
parentc18a296b760df73e2c233077aa0b863f67ed725f (diff)
downloadsystemtap-steved-eece8f14d92f71fc12ab87c529fffc5fcc5a4e94.tar.gz
systemtap-steved-eece8f14d92f71fc12ab87c529fffc5fcc5a4e94.tar.xz
systemtap-steved-eece8f14d92f71fc12ab87c529fffc5fcc5a4e94.zip
Add graph data chooser window, based on glade
* configure.ac: Test for libglademm * grapher/GraphWidget.hxx (DataModelColumns): new class (onDataDialogCancel, void onDataAdd, onDataRemove, onDataDialogOpen): new methods * grapher/GraphWidget.cxx: ditto; methods for the graph data dialog. * grapher/graph-dialog.glade: New file. * grapher/graph-dialog.gladep: New file. * grapher/Makefile.am (dist_pkgdata_DATA): add graph-dialog.glade to installation. * grapher/GraphWidget.cxx (GraphWidget constructor): Use PKGDATADIR
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dfbc9c68..a758eac3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -282,7 +282,7 @@ AC_ARG_ENABLE([grapher],
[enable_grapher="check"]) dnl ACTION-IF-NOT-GIVEN
dnl If the user didn't disable the grapher, check for gtkmm.
AS_IF([test "x$enable_grapher" != xno],
- [PKG_CHECK_MODULES([gtkmm], [gtkmm-2.4 >= 2.8.0],
+ [PKG_CHECK_MODULES([gtkmm], [libglademm-2.4 >= 2.6.7],
have_gtkmm="yes", have_gtkmm="no")])
dnl If the user explicitly said to enable the grapher, but we can't
dnl (since gtkmm isn't installed), error.