summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.m4 b/src/config.m4
index faf5f92..78ca6a2 100644
--- a/src/config.m4
+++ b/src/config.m4
@@ -45,5 +45,7 @@ if test "$PHP_SNUFFLEUPAGUS" = "yes"; then
45 PHP_NEW_EXTENSION(snuffleupagus, $sources, $ext_shared,-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) 45 PHP_NEW_EXTENSION(snuffleupagus, $sources, $ext_shared,-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
46fi 46fi
47 47
48PHP_PROG_RE2C([2.0]) 48# Uncommend once we don't support Ubuntu Focal Fossa (20.04)
49#PHP_PROG_RE2C([2.0])
50
49PHP_ADD_MAKEFILE_FRAGMENT() 51PHP_ADD_MAKEFILE_FRAGMENT()