]> xenbits.xensource.com Git - libvirt.git/commitdiff
Make sure we only abort without libcurl if $with_esx = yes
authorGuido Günther <agx@sigxcpu.org>
Fri, 25 Jan 2013 21:06:53 +0000 (22:06 +0100)
committerGuido Günther <agx@sigxcpu.org>
Fri, 25 Jan 2013 21:06:53 +0000 (22:06 +0100)
configure.ac

index 712918fc8539d02a1143ccb3f87f8336e6fbc90d..4bd3c3e21937d1412fac5336df01c760f5102467 100644 (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])