mirror of https://gitee.com/openkylin/libvirt.git
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