]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Don't force the use of libpcre
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Mon, 13 May 2013 08:32:47 +0000 (10:32 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Mon, 13 May 2013 08:32:47 +0000 (10:32 +0200)
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

diff --git a/alias.c b/alias.c
index 8be7ca78b1b725d272b6ccc85d0044db2a4e50b6..22a1b2e91d6fd5ffd4484e23bebfcac8f523ae27 100644 (file)
--- 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"