removed HAVE_VPRINTF dependence
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Aug 2000 15:40:26 +0000 (15:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Aug 2000 15:40:26 +0000 (15:40 +0000)
lib/url.c

index dabf6e3..ad43bc7 100644 (file)
--- 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