mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
Make sure we only abort without libcurl if $with_esx = yes
This commit is contained in:
parent
f8d5119e4f
commit
2cebf84867
@ -1810,7 +1810,7 @@ dnl check for (ESX)
|
||||
dnl
|
||||
|
||||
if test "$with_curl" != "yes" ; then
|
||||
if test "$with_esx" = "check"; then
|
||||
if test "$with_esx" != "yes"; then
|
||||
with_esx=no
|
||||
else
|
||||
AC_MSG_ERROR([Curl is required for the ESX driver])
|
||||
|
Loading…
Reference in New Issue
Block a user