From 47c4d1378cc1eaffbc19c753726b36d2ff0decc0 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 3 Jan 2017 13:14:14 +0100 Subject: Restore configure command line compatibility for PCRE support Commit 9ca635482d649c59e312e6f1cd73df6685d280b0 renamed the configure feature from pcre to pcre2, which unfortunately means that people would have to change their build scripts to pass -qt-pcre2 instead of -qt-pcre. As the configure check already verifies the correct PCRE version for use (when using the system library), it seems more convenient for our users to retain compatibility and call the configure feature "pcre" again. Change-Id: If26e7888814d8204d43baf7298d9916a4f856a48 Reviewed-by: Thiago Macieira Reviewed-by: Giuseppe D'Angelo Reviewed-by: Oswald Buddenhagen --- config_help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_help.txt') diff --git a/config_help.txt b/config_help.txt index bf50491110..ab86873310 100644 --- a/config_help.txt +++ b/config_help.txt @@ -206,7 +206,7 @@ Core options: -inotify ............. Enable inotify support -iconv ............... Enable iconv(3) support [posix/sun/gnu/no] (Unix only) -icu ................. Enable ICU support [auto] - -pcre2 ............... Select used libpcre2 [system/qt] + -pcre ................ Select used libpcre2 [system/qt] -pps ................. Enable PPS support [auto] (QNX only) -zlib ................ Select used zlib [system/qt] ZLIB_LIBS= -- cgit v1.2.3