From: Frederic Marchal Date: Mon, 13 May 2013 08:32:47 +0000 (+0200) Subject: Don't force the use of libpcre X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee5778349fd9353b604d09562f21c56b61a2238;p=thirdparty%2Fsarg.git Don't force the use of libpcre Libpcre was always included in alias.c to do some testing but it breaks the compilation when libpcre isn't available. It has been removed. --- diff --git a/alias.c b/alias.c index 8be7ca7..22a1b2e 100644 --- a/alias.c +++ b/alias.c @@ -24,8 +24,6 @@ * */ -#define HAVE_PCRE_H 1 //!< \bug Remove this line! - #include "include/conf.h" #include "include/defs.h" #include "include/stringbuffer.h"