From d83ef3343a2949c4c13e2e17fa15360851e4ba30 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Thu, 1 Oct 2009 15:30:20 +0200 Subject: Grapher support now also needs libglademm24-devel, version 2.6.7 or higher. * configure.ac: Clarify fail/help string when gtkmm support wasn't found. * configure: Regenerated. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ce16e9a0..f255bcff 100644 --- a/configure.ac +++ b/configure.ac @@ -304,7 +304,7 @@ AS_IF([test "x$enable_grapher" != xno], dnl If the user explicitly said to enable the grapher, but we can't dnl (since gtkmm isn't installed), error. AS_IF([test "x${have_gtkmm}" == "xno" -a x"$enable_grapher" == "xyes"], - AC_MSG_ERROR([systemtap cannot find required gtkmm-2.4 libs (gtkmm24-devel may need to be installed)])) + AC_MSG_ERROR([systemtap cannot find required gtkmm/libglademm-2.4 libs (gtkmm24-devel and libglademm24-devel, version 2.6.7 or higher, may need to be installed)])) dnl If the user didn't say to disable the grapher, and gtkmm is dnl installed, enable the grapher. AM_CONDITIONAL([BUILD_GRAPHER], [test "x${have_gtkmm}" == "xyes" -a x"$enable_grapher" != "xno"]) -- cgit