projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf236a
)
configure.in: Fixed handling of the --with-perl-bindings option.
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>
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
75bc00f
..
08b56a7
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
],
[