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