Make sure we only abort without libcurl if $with_esx = yes

This commit is contained in:
Guido Günther 2013-01-25 22:06:53 +01:00
parent f8d5119e4f
commit 2cebf84867

View File

@ -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])