Fix AC_MSG_RESULT for perl == no (it was set to print "yes").

Originally committed to SVN as r1990.
This commit is contained in:
Amar Takhar 2008-03-09 07:40:07 +00:00
parent 6c7b619c83
commit 20eb82d397
1 changed files with 1 additions and 1 deletions

View File

@ -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