Skip to content

Commit 487d106

Browse files
committed
disable pcre2 in swig
Signed-off-by: Matt Liberty <[email protected]>
1 parent 1d0faf1 commit 487d106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependency_support/org_swig/swigconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/* #undef HAVE_LIBDLD */
4242

4343
/* Define if you have PCRE2 library */
44-
#define HAVE_PCRE 1
44+
/* #define HAVE_PCRE 1 */
4545

4646
/* Define to 1 if you have the <stdint.h> header file. */
4747
#define HAVE_STDINT_H 1

0 commit comments

Comments
 (0)