Subject: | [PATCH 3/3] documentation: clarify requirement for ganglia 3.0 |
Date: | Sun, 12 Apr 2009 16:10:20 -0700 |
To: | bug-ganglia-gmetric-xs [...] rt.cpan.org |
From: | Carlo Marcelo Arenas Belon <carenas [...] sajinet.com.pe> |
use the same syntax as in the documentation for the error if ganglia
is not found to avoid confusing users with the expectation that it
will be able to link with other versions of libganglia than 3.0.X
Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
---
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index 41a279b..6070416 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,7 +13,7 @@ GetOptions(
);
$ganglia_dir ||= $ENV{GANGLIA_DIR} if $ENV{GANGLIA_DIR};
-die "missing option: --ganglia-dir=/path/to/ganglia-3.x.x" unless $ganglia_dir;
+die "missing option: --ganglia-dir=/path/to/ganglia-3.0.X" unless $ganglia_dir;
my @static_libs = qw(
lib/.libs/libganglia.a
srclib/apr/.libs/libapr-0.a