]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
Merge branch 'ab/pcre-jit-fixes'
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index c0c71eb4a9b2552c2648a1bdf37f23d089a4fa9e..1060f0fe500eaedd842bdf6b3dd04d8220a49a12 100644 (file)
--- a/grep.h
+++ b/grep.h
@@ -3,6 +3,9 @@
 #include "color.h"
 #ifdef USE_LIBPCRE1
 #include <pcre.h>
+#ifndef PCRE_NO_UTF8_CHECK
+#define PCRE_NO_UTF8_CHECK 0
+#endif
 #ifdef PCRE_CONFIG_JIT
 #if PCRE_MAJOR >= 8 && PCRE_MINOR >= 32
 #ifndef NO_LIBPCRE1_JIT