Skip to content

Commit e39296d

Browse files
committed
Remove unsed zts check for sqlite3
This check was relevant with bundled sqlite library. Removed via 6083a38 Closes GH-4403
1 parent 66c02cc commit e39296d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ext/sqlite3/config0.m4

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ PHP_ARG_WITH([sqlite3],
55
[yes])
66

77
if test $PHP_SQLITE3 != "no"; then
8-
9-
dnl when running phpize enable_maintainer_zts is not available
10-
if test -z "$enable_maintainer_zts"; then
11-
if test -f "$phpincludedir/main/php_config.h"; then
12-
ZTS=`grep '#define ZTS' $phpincludedir/main/php_config.h|$SED 's/#define ZTS//'`
13-
if test "$ZTS" -eq "1"; then
14-
enable_maintainer_zts="yes"
15-
fi
16-
fi
17-
fi
18-
198
PKG_CHECK_MODULES([SQLITE], [sqlite3 > 3.7.4])
209

2110
PHP_CHECK_LIBRARY(sqlite3, sqlite3_stmt_readonly,

0 commit comments

Comments
 (0)