From: Daniel Stenberg Date: Thu, 17 Aug 2000 15:40:26 +0000 (+0000) Subject: removed HAVE_VPRINTF dependence X-Git-Tag: upstream/7.37.1~17678 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e2a63bee59c8c9031873c73750d4c2fbd1598071;p=platform%2Fupstream%2Fcurl.git removed HAVE_VPRINTF dependence --- diff --git a/lib/url.c b/lib/url.c index dabf6e3..ad43bc7 100644 --- a/lib/url.c +++ b/lib/url.c @@ -83,9 +83,6 @@ #include #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