From: Daniel Stenberg Date: Thu, 17 Aug 2000 15:40:26 +0000 (+0000) Subject: removed HAVE_VPRINTF dependence X-Git-Tag: curl-7_1_1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a63bee59c8c9031873c73750d4c2fbd1598071;p=thirdparty%2Fcurl.git removed HAVE_VPRINTF dependence --- 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 #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