summaryrefslogtreecommitdiff
path: root/src/config.m4
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-02-16 11:16:59 +0100
committerBen Fuhrmannek2021-02-16 11:16:59 +0100
commit5484bcb5eb2714e7438927e2566c86a74d7c51af (patch)
treeb78326d2999397be4c08e06b23209981f82a4ea9 /src/config.m4
parent7ac1e3866ef4f146c6c93a5ca13b9aebb14e936a (diff)
parentcecfdd808da67be908dbe7144cc8c74dfb3f855e (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/config.m4')
-rw-r--r--src/config.m42
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"
24CFLAGS="$CFLAGS -Wformat=2 -Wformat-security -D_FORTIFY_SOURCE=2" 24CFLAGS="$CFLAGS -Wformat=2 -Wformat-security -D_FORTIFY_SOURCE=2"
25CFLAGS="$CFLAGS -fstack-protector" 25CFLAGS="$CFLAGS -fstack-protector"
26 26
27LDFLAGS="$LDFLAGS -lpcre" 27LDFLAGS="$LDFLAGS `pcre2-config --libs8`"
28 28
29if test "$PHP_DEBUG" = "yes"; then 29if 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])