summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 108068f)
raw | patch | inline | side by side (parent: 108068f)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 18 May 2009 11:05:26 +0000 (13:05 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 18 May 2009 11:05:26 +0000 (13:05 +0200) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 795a9e1280fffd23a93030941c8f1e58fbbc5f3e..2d3d80305a2fa5178e825bedad3b6a3476d929d7 100644 (file)
--- a/configure.in
+++ b/configure.in
enable_perl="no (needs libperl)"
fi
+if test "x$enable_perl" = "xno" && test "x$c_cv_have_perl_ithreads" = "xno"
+then
+ enable_perl="no (libperl doesn't support ithreads)"
+fi
+
if test "x$with_perl_bindings" = "xyes" \
&& test "x$PERL_BINDINGS_OPTIONS" != "x"
then