From 4dc6d0eca84b499c7e711dee07bea8729702825a Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 8 Jan 2009 09:34:17 +0000 Subject: [PATCH] Fix a duplicate _cv_ entry for ruby/perl that was stopping the AGI macro from detecting proper support. Originally committed to SVN as r2678. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 381ed5bef..2b810b0b4 100644 --- a/configure.in +++ b/configure.in @@ -817,7 +817,7 @@ int main(int argc, char **argv) { fi fi -if test "$agi_cv_with_cv_perl" = "no" && test "$with_cv_perl" = "yes"; then +if test "$agi_cv_with_perl" = "no" && test "$with_cv_perl" = "yes"; then AC_MSG_WARN([Perl detected, but it doesn't work...]) with_cv_perl="no" fi @@ -884,7 +884,7 @@ int main(void) { fi fi -if test "$agi_cv_with_cv_ruby" = "no" && test "$with_cv_ruby" = "yes"; then +if test "$agi_cv_with_ruby" = "no" && test "$with_cv_ruby" = "yes"; then AC_MSG_WARN([Ruby detected, but it doesn't work...]) with_cv_ruby="no" fi