From: Ruben Kerkhof Date: Sat, 27 May 2017 12:52:34 +0000 (+0200) Subject: configure.ac: replace last few tabs with spaces X-Git-Tag: collectd-5.8.0~159 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8337d6739405e50ffaa58e326b789a2825123f14;p=collectd.git configure.ac: replace last few tabs with spaces --- diff --git a/configure.ac b/configure.ac index 68ff2e44..d3187b55 100644 --- a/configure.ac +++ b/configure.ac @@ -6740,15 +6740,14 @@ AC_ARG_WITH(perl-bindings, [AS_HELP_STRING([--with-perl-bindings@<:@=OPTIONS@:>@ fi ]) -if test "x$with_perl_bindings" = "xyes" -then - AC_MSG_CHECKING([for the ExtUtils::MakeMaker module]) - if $PERL -MExtUtils::MakeMaker -e '' 2>/dev/null; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - with_perl_bindings="no (ExtUtils::MakeMaker not found)" - fi +if test "x$with_perl_bindings" = "xyes"; then + AC_MSG_CHECKING([for the ExtUtils::MakeMaker module]) + if $PERL -MExtUtils::MakeMaker -e '' 2>/dev/null; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + with_perl_bindings="no (ExtUtils::MakeMaker not found)" + fi fi if test "x$with_perl_bindings" = "xyes"