summaryrefslogtreecommitdiff
path: root/glib/tests/regex.c
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-09 12:26:30 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-16 16:45:10 +0100
commit9fbd7f3dc1f029b64b6991a540402b2bfa98de5c (patch)
treef22839d49cca4b106a53d05e64e748396c01aa19 /glib/tests/regex.c
parent1d952150e601dffec1d12f8d1a7ceacda1d0141d (diff)
downloadglib-9fbd7f3dc1f029b64b6991a540402b2bfa98de5c.tar.gz
build: Drop the internal_pcre option in favour of the subproject
This should maintain equivalent functionality, apart from that now you have to pass `--force-fallback-for libpcre` to `meson configure` in order to use the subproject; rather than specifying `-Dinternal_pcre=true` to use the internal copy. This also fixes #642, as the wrapdb copy of libpcre is version 8.37. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #962 Fixes: #642
Diffstat (limited to 'glib/tests/regex.c')
-rw-r--r--glib/tests/regex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/glib/tests/regex.c b/glib/tests/regex.c
index 1a37177b3..80d18d985 100644
--- a/glib/tests/regex.c
+++ b/glib/tests/regex.c
@@ -25,11 +25,7 @@
#include <locale.h>
#include "glib.h"
-#ifdef USE_SYSTEM_PCRE
#include <pcre.h>
-#else
-#include "glib/pcre/pcre.h"
-#endif
/* U+20AC EURO SIGN (symbol, currency) */
#define EURO "\xe2\x82\xac"