Code

postgresql_default.conf: Added _by_table variants for all table-related qries.
[collectd.git] / configure.in
index fec588da49952e176f3b0d7e3b098ccd8ce9a1a0..2a187b20c9b261ec08253636e4eebdc231b03702 100644 (file)
@@ -2986,7 +2986,7 @@ AM_CONDITIONAL(BUILD_WITH_LIBPCAP, test "x$with_libpcap" = "xyes")
 perl_interpreter="perl"
 AC_ARG_WITH(libperl, [AS_HELP_STRING([--with-libperl@<:@=PREFIX@:>@], [Path to libperl.])],
 [
-       if test -x "$withval"
+       if test -f "$withval" && test -x "$withval"
        then
                perl_interpreter="$withval"
                with_libperl="yes"
@@ -4643,6 +4643,7 @@ then
        plugin_swap="yes"
        plugin_interface="yes"
        plugin_load="yes"
+       plugin_uptime="yes"
 fi
 
 if test "x$with_procinfo" = "xyes"