From: Frederic Marchal Date: Fri, 25 Jan 2013 19:19:10 +0000 (+0100) Subject: Don't complain if pcre.h is not available X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76d33701c1e776beee1bc0f0b55172d4357c30ce;p=thirdparty%2Fsarg.git Don't complain if pcre.h is not available The file can be compiled even if pcre is not available. --- diff --git a/url.c b/url.c index 3b6802e..e0b6b1e 100644 --- a/url.c +++ b/url.c @@ -29,8 +29,6 @@ #ifdef HAVE_PCRE_H #include #define USE_PCRE -#else -#error "PCRE not compiled in" #endif /*!