Code

configure: Build perl bindings only if a perl interpreter is available.
authorSebastian Harl <sh@tokkee.org>
Wed, 16 Apr 2008 16:53:30 +0000 (18:53 +0200)
committerFlorian Forster <octo@verplant.org>
Wed, 16 Apr 2008 21:22:42 +0000 (23:22 +0200)
commitf1075c2272062a581dabbc4fb4411c5d1f97acc5
tree0906c8dd0ca2cfb79fcae0480e6313e715140cb5
parent0c06f2fab0b95bee81d319883c4fb6e552e32de5
configure: Build perl bindings only if a perl interpreter is available.

For this purpose a check for the perl interpreter has been added. As the
check for libperl requires a perl interpreter as well (to get the compiler
and linker flags) the perl module will be disabled as well if a perl
interpreter is not available.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@verplant.org>
configure.in