From: Sebastian Harl Date: Sun, 27 Jan 2008 15:13:44 +0000 (+0100) Subject: configure.in: Fixed handling of the --with-perl-bindings option. X-Git-Tag: collectd-4.3.0~5^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=edbd4701225af06e7c6fe3ecb3b1e3aa5833cbd0;p=collectd.git configure.in: Fixed handling of the --with-perl-bindings option. This option could not be disabled so far as this case has not been handled in the configure script. This patch fixes this issue. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/configure.in b/configure.in index 75bc00f4..08b56a7f 100644 --- a/configure.in +++ b/configure.in @@ -1902,6 +1902,9 @@ AC_ARG_WITH(perl-bindings, [AS_HELP_STRING([--with-perl-bindings@<:@=OPTIONS@:>@ then PERL_BINDINGS_OPTIONS="$withval" with_perl_bindings="yes" + else + PERL_BINDINGS_OPTIONS="" + with_perl_bindings="$withval" fi ], [