INN commit: trunk/m4 (perl.m4)
INN Commit
Russ_Allbery at isc.org
Mon Jan 12 02:45:46 UTC 2009
Date: Sunday, January 11, 2009 @ 18:45:46
Author: eagle
Revision: 8289
Call AC_MSG_RESULT before the warning for missing Perl modules.
Modified:
trunk/m4/perl.m4
---------+
perl.m4 | 1 +
1 file changed, 1 insertion(+)
Modified: perl.m4
===================================================================
--- perl.m4 2009-01-11 18:12:14 UTC (rev 8288)
+++ perl.m4 2009-01-12 02:45:46 UTC (rev 8289)
@@ -20,6 +20,7 @@
if $PERL -e 'require $1;' > /dev/null 2>&1 ; then
AC_MSG_RESULT([yes])
else
+ AC_MSG_RESULT([no])
AC_MSG_WARN([$1 Perl module is required by $2])
inn_perl_module_warning="$inn_perl_module_warning $1 (for $2)"
fi])
More information about the inn-committers
mailing list