From: Guido Günther Date: Fri, 25 Jan 2013 21:06:53 +0000 (+0100) Subject: Make sure we only abort without libcurl if $with_esx = yes X-Git-Tag: v1.0.2-rc2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cebf8486750a9d42a9a46b84aad9cdeb736d9cf;p=thirdparty%2Flibvirt.git Make sure we only abort without libcurl if $with_esx = yes --- diff --git a/configure.ac b/configure.ac index 712918fc85..4bd3c3e219 100644 --- a/configure.ac +++ b/configure.ac @@ -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])