From edbd4701225af06e7c6fe3ecb3b1e3aa5833cbd0 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 27 Jan 2008 16:13:44 +0100 Subject: [PATCH] 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 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) 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 ], [ -- 2.11.0