]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: force configure failed when perl is missing
authorJincheng Miao <jmiao@redhat.com>
Thu, 14 Aug 2014 03:37:45 +0000 (11:37 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 14 Aug 2014 09:28:18 +0000 (11:28 +0200)
commit3f03398dbedcaa99aed35a9933254580603afae2
treeb021bae79e472a8b49da8f96ce8887d900c4f85c
parentca8ef1df3b1d1d828ab9b99acc18108faaf8ac64
build: force configure failed when perl is missing

Perl is necessary to our build processing, it will invoke a lot of
generating script, like: gendispatch.pl. If perl is missing, it's
ok for build from git checkout, because autogen.sh will tell you.
But for compiling from a release tarball, configure will just record
a missing message, and continue, then build failed, like:
https://www.redhat.com/archives/libvirt-users/2014-August/msg00050.html

So need to enhance configure script to handle this negative case.

Reported-by: Hongbin Lu <hongbin@savinetwork.ca>
Signed-off-by: Jincheng Miao <jmiao@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
configure.ac
libvirt.spec.in