From: Frédéric Marchal Date: Thu, 26 Jul 2012 12:47:03 +0000 (+0200) Subject: Don't fail to compile if libpcre not available X-Git-Tag: v2.3.3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe71765869eb2aee64150144a7cfdd057d79317a;p=thirdparty%2Fsarg.git Don't fail to compile if libpcre not available Libpcre was not silently ignored if it was missing. This patch remove the error message displayed if libpcre is not available or disabled. --- diff --git a/url.c b/url.c index 3cdba73..03cd256 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 /*!