diff options
author | TingPing <tingping@tingping.se> | 2014-01-16 00:20:44 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-16 00:20:44 -0500 |
commit | c2c705a945bd0e695133f96fd00df028e7325db0 (patch) | |
tree | 051399330733aaaed9e5871ca1e5b785c110b95c /configure.ac | |
parent | 6f6070b8c8017fd8bed25ae437f50fb98c80a8ad (diff) |
configure: add missing result message
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d3d018f9..1f65ae86 100644 --- a/configure.ac +++ b/configure.ac @@ -228,6 +228,7 @@ dnl ********************************************************************* if test "$perl" = yes; then AC_MSG_CHECKING(for plugin interface used by Perl) if test "$plugin" = yes; then + AC_MSG_RESULT([yes]) AC_PATH_PROG(perlpath, perl) AC_MSG_CHECKING(for Perl compile flags) PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null` @@ -288,6 +289,7 @@ dnl ********************************************************************* if test "x$python" != xno ; then AC_MSG_CHECKING(for plugin interface used by Python) if test "$plugin" = yes; then + AC_MSG_RESULT([yes]) case $python in dnl set python2 default here python2) |