diff options
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -7534,8 +7534,8 @@ fi fi if test "x${have_gtkmm}" == "xno" -a x"$enable_grapher" == "xyes"; then - { { $as_echo "$as_me:$LINENO: error: systemtap cannot find required gtkmm-2.4 libs (gtkmm24-devel may need to be installed)" >&5 -$as_echo "$as_me: error: systemtap cannot find required gtkmm-2.4 libs (gtkmm24-devel may need to be installed)" >&2;} + { { $as_echo "$as_me:$LINENO: 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)" >&5 +$as_echo "$as_me: 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)" >&2;} { (exit 1); exit 1; }; } fi 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"]) |