# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1350304473 14400 # Node ID 7f7a07657be4fb3f2f986630e4fb7cf82b6078a3 # Parent dcd6fa8d3da2f33ed331251b028269a2729cc699 build: Fix pcre/pcre.h #include diff -r dcd6fa8d3da2 -r 7f7a07657be4 configure.ac --- a/configure.ac Fri Oct 12 11:42:25 2012 -0400 +++ b/configure.ac Mon Oct 15 08:34:33 2012 -0400 @@ -670,7 +670,7 @@ #if defined (HAVE_PCRE_H) #include #elif defined (HAVE_PCRE_PCRE_H) -#include +#include #error "NO PCRE HEADER" #endif #if defined (PCRE_INFO_NAMECOUNT) \