From 28af40c823e5e3e70c9c096e2ffd2cca2846a324 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Sat, 3 Jul 2010 08:34:47 +0100
Subject: [PATCH] Check pycurl module at configure time

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index a0cecfd95..ac4d57bfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,6 +304,7 @@ AC_PYTHON_MODULE(OpenSSL, t)
 AC_PYTHON_MODULE(simplejson, t)
 AC_PYTHON_MODULE(pyparsing, t)
 AC_PYTHON_MODULE(pyinotify, t)
+AC_PYTHON_MODULE(pycurl, t)
 
 AC_CONFIG_FILES([ Makefile ])
 
-- 
GitLab