summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-01-30 20:56:05 +0100
committerGuido Günther <agx@sigxcpu.org>2013-01-30 20:56:05 +0100
commit7adf6b416b0b659d540f29904359c4799df2a38c (patch)
tree2a646c203d865175db9e54d7fdd29f2e5383d53a /configure.ac
parent9335bdd76d10a33df7e10d89f1cfb948672b586f (diff)
New upstream version 1.0.2
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 89db83e51..e3a749ab7 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])