From aee5778349fd9353b604d09562f21c56b61a2238 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Mon, 13 May 2013 10:32:47 +0200 Subject: [PATCH] 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. --- alias.c | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.47.2