summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f77813)
raw | patch | inline | side by side (parent: 9f77813)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 27 May 2017 12:52:34 +0000 (14:52 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 27 May 2017 12:52:34 +0000 (14:52 +0200) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 68ff2e44e6b910385b3eabc6afe814c39a993f01..d3187b557ec907d3b4c494fe6bb30c4ea8c47504 100644 (file)
--- 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"