comparison configure.ac @ 15522:7f7a07657be4 stable

build: Fix pcre/pcre.h #include
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 15 Oct 2012 08:34:33 -0400
parents a95432e7309c
children bf466a60651f 2e8eb9ac43a5
comparison
equal deleted inserted replaced
15511:dcd6fa8d3da2 15522:7f7a07657be4
668 [ac_cv_pcre_h_macros_present], 668 [ac_cv_pcre_h_macros_present],
669 [AC_EGREP_CPP([PCRE_HAS_MACROS_WE_NEED], [ 669 [AC_EGREP_CPP([PCRE_HAS_MACROS_WE_NEED], [
670 #if defined (HAVE_PCRE_H) 670 #if defined (HAVE_PCRE_H)
671 #include <pcre.h> 671 #include <pcre.h>
672 #elif defined (HAVE_PCRE_PCRE_H) 672 #elif defined (HAVE_PCRE_PCRE_H)
673 #include <pcre.h> 673 #include <pcre/pcre.h>
674 #error "NO PCRE HEADER" 674 #error "NO PCRE HEADER"
675 #endif 675 #endif
676 #if defined (PCRE_INFO_NAMECOUNT) \ 676 #if defined (PCRE_INFO_NAMECOUNT) \
677 && defined (PCRE_INFO_NAMEENTRYSIZE) \ 677 && defined (PCRE_INFO_NAMEENTRYSIZE) \
678 && defined (PCRE_INFO_NAMETABLE) 678 && defined (PCRE_INFO_NAMETABLE)