[libvirt] [PATCH libvirt-glib 3/5] configure: Look for Perl interpreter path

Andrea Bolognani abologna at redhat.com
Wed Sep 20 17:54:48 UTC 2017


The $(PERL) variable is used in several places, but configure is
not actually looking for the Perl interpreter path, so it will
always end up being empty.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index 43b0ffb..05b9628 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,6 +71,8 @@ AC_SUBST([LIBVIRT_GLIB_VERSION_NUMBER])
 AC_PROG_CC
 AM_PROG_CC_C_O
 
+AC_PATH_PROG([PERL], [perl])
+
 LT_INIT([shared disable-static win32-dll])
 
 dnl AC_CONFIG_LIBOBJ_DIR([src])
-- 
2.13.5




More information about the libvir-list mailing list