From aa2c5ba99528a08e6a6d02f5c7c64e93abd60b3e Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Thu, 19 Mar 2015 16:35:47 +0400 Subject: Stop doing s/HAVE_CONFIG_H/PCRE_HAVE_CONFIG_H/g in bundled PCRE sources As we build PCRE outside of QtCore, there is no need to do that anymore. Change-Id: Ib184966062f6afe7a449b860058e61e1ab2f7939 Reviewed-by: Giuseppe D'Angelo Reviewed-by: Lars Knoll Reviewed-by: Oswald Buddenhagen --- src/3rdparty/pcre/pcre_version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty/pcre/pcre_version.c') diff --git a/src/3rdparty/pcre/pcre_version.c b/src/3rdparty/pcre/pcre_version.c index cb57bf34a5..ae86ff28bc 100644 --- a/src/3rdparty/pcre/pcre_version.c +++ b/src/3rdparty/pcre/pcre_version.c @@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE. string that identifies the PCRE version that is in use. */ -#ifdef PCRE_HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.3