From 20eb82d397d2d8900b140005fc3578056e68d364 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 9 Mar 2008 07:40:07 +0000 Subject: [PATCH] Fix AC_MSG_RESULT for perl == no (it was set to print "yes"). Originally committed to SVN as r1990. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8d5bc666f..54d413557 100644 --- a/configure.in +++ b/configure.in @@ -427,7 +427,7 @@ if test -z "$perl_disabled"; then AC_MSG_RESULT([$PERL_LDFLAGS]) else - AC_MSG_RESULT([yes]) + AC_MSG_RESULT([no]) with_perl=no fi fi