summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: abf236a)
raw | patch | inline | side by side (parent: abf236a)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Jan 2008 15:13:44 +0000 (16:13 +0100) | ||
committer | Florian 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>
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 | patch | blob | history |
diff --git a/configure.in b/configure.in
index 75bc00f4271dca477cf1e83b25e2c027e2b47ecd..08b56a7f284b34ba25a6b49b2c73d20f483745aa 100644 (file)
--- 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
],
[