提交 2cebf848 编写于 作者: G Guido Günther

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

上级 f8d5119e
......@@ -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])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册