diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/pcre/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/pcre/config.h b/pkg/pcre/config.h index 6b02d5b2..880460ed 100644 --- a/pkg/pcre/config.h +++ b/pkg/pcre/config.h @@ -63,7 +63,9 @@ #define POSIX_MALLOC_THRESHOLD 10 /* #undef PTHREAD_CREATE_JOINABLE */ #define STDC_HEADERS 1 +#ifdef __GNUC__ #define SUPPORT_JIT /**/ +#endif /* #undef SUPPORT_LIBBZ2 */ /* #undef SUPPORT_LIBEDIT */ /* #undef SUPPORT_LIBREADLINE */ |
