]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.h
Merge branch 'tk/git-svn-trim-author-name'
[thirdparty/git.git] / grep.h
diff --git a/grep.h b/grep.h
index 1875880f37990f981865b0fab332cc6c6c4e5971..9c8797a017e54d1838844f090f6e52150deefef9 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