configure.in: Fixed handling of the --with-perl-bindings option.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Jan 2008 15:13:44 +0000 (16:13 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sun, 27 Jan 2008 15:28:57 +0000 (16:28 +0100)
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 <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in

index 75bc00f..08b56a7 100644 (file)
@@ -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
 ],
 [