From e2a63bee59c8c9031873c73750d4c2fbd1598071 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 17 Aug 2000 15:40:26 +0000
Subject: [PATCH] removed HAVE_VPRINTF dependence

---
 lib/url.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/url.c b/lib/url.c
index dabf6e3c02..ad43bc773d 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -83,9 +83,6 @@
 #include <sys/select.h>
 #endif
 
-#ifndef HAVE_VPRINTF
-#error "We can't compile without vprintf() support!"
-#endif
 #ifndef HAVE_SELECT
 #error "We can't compile without select() support!"
 #endif
-- 
GitLab