Index: /trunk/configure
===================================================================
--- /trunk/configure	(revision 43740)
+++ /trunk/configure	(revision 43741)
@@ -989,9 +989,9 @@
 {
   printf("found version %s", LIBCURL_VERSION);
-#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71601
+#if 10000*LIBCURL_VERSION_MAJOR + 100*LIBCURL_VERSION_MINOR + LIBCURL_VERSION_PATCH >= 71901
   printf(", OK.\n");
   return 0;
 #else
-  printf(", expected version 7.16.1 or higher\n");
+  printf(", expected version 7.19.1 or higher\n");
   return 1;
 #endif
