Re: [libvirt] libvirt-php --with-php-config=/path/to/php is broken.

2017-02-16 Thread Michal Privoznik
On 02/10/2017 07:46 PM, Shaun Reitan wrote: > When running the following command I ended up getting errors that phpize > was missing. Trying to dig into this further i found that configure.ac > was just trying to run php-config without providing a path. The > following patch corrects the issue by

[libvirt] libvirt-php --with-php-config=/path/to/php is broken.

2017-02-10 Thread Shaun Reitan
When running the following command I ended up getting errors that phpize was missing. Trying to dig into this further i found that configure.ac was just trying to run php-config without providing a path. The following patch corrects the issue by using the $PHPCONFIG variable instead.