From 7d32c2bc4698575da48fadc005784b796554ad37 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 18 Apr 2007 13:44:10 +0200 Subject: [PATCH] configure.in: Print the Perl-version in the configure-summary. --- configure.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e14606f8..c16d1354 100644 --- a/configure.in +++ b/configure.in @@ -1304,8 +1304,10 @@ AC_COLLECTD([wireless], [disable], [module], [wireless link statistics]) AC_OUTPUT(Makefile src/Makefile src/collectd.conf src/liboconfig/Makefile src/liboping/Makefile) -if test "x$with_libperl" != "xyes" +if test "x$with_libperl" = "xyes" then + with_libperl="yes (version `perl -MConfig -e 'print $Config{version};'`)" +else enable_perl="no (needs libperl)" fi -- 2.30.2