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
|
dnl
|
||||||
|
|
||||||
if test "$with_curl" != "yes" ; then
|
if test "$with_curl" != "yes" ; then
|
||||||
if test "$with_esx" = "check"; then
|
if test "$with_esx" != "yes"; then
|
||||||
with_esx=no
|
with_esx=no
|
||||||
else
|
else
|
||||||
AC_MSG_ERROR([Curl is required for the ESX driver])
|
AC_MSG_ERROR([Curl is required for the ESX driver])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user