diff options
| author | jvoisin | 2020-11-12 16:28:42 +0000 |
|---|---|---|
| committer | GitHub | 2020-11-12 16:28:42 +0000 |
| commit | f4bc388f1e4adb1b9dde5f3af77785101ad19857 (patch) | |
| tree | bf54083ec2b2b1857bb7206972c86c2bf7792c2a /src/config.m4 | |
| parent | c0c0cf70a8579095d5b7c0fb53f86fca21799e52 (diff) | |
Snuffleupagus now uses pcre2 by default
Diffstat (limited to 'src/config.m4')
| -rw-r--r-- | src/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.m4 b/src/config.m4 index 52b6d04..e4cc1f5 100644 --- a/src/config.m4 +++ b/src/config.m4 | |||
| @@ -24,7 +24,7 @@ CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter" | |||
| 24 | CFLAGS="$CFLAGS -Wformat=2 -Wformat-security -D_FORTIFY_SOURCE=2" | 24 | CFLAGS="$CFLAGS -Wformat=2 -Wformat-security -D_FORTIFY_SOURCE=2" |
| 25 | CFLAGS="$CFLAGS -fstack-protector" | 25 | CFLAGS="$CFLAGS -fstack-protector" |
| 26 | 26 | ||
| 27 | LDFLAGS="$LDFLAGS -lpcre" | 27 | LDFLAGS="$LDFLAGS `pcre2-config --libs8`" |
| 28 | 28 | ||
| 29 | if test "$PHP_DEBUG" = "yes"; then | 29 | if test "$PHP_DEBUG" = "yes"; then |
| 30 | AC_DEFINE(SP_DEBUG, 1, [Wether you want to enable debug messages]) | 30 | AC_DEFINE(SP_DEBUG, 1, [Wether you want to enable debug messages]) |
