mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
Merge branch 'PHP-7.2'
This commit is contained in:
commit
2687be6589
1 changed files with 6 additions and 1 deletions
|
@ -28,6 +28,11 @@ if test "$PHP_MM" != "no"; then
|
|||
AC_MSG_ERROR(cannot find mm library)
|
||||
fi
|
||||
|
||||
if test "$enable_maintainer_zts" = "yes"; then
|
||||
dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
|
||||
AC_MSG_ERROR(--with-mm cannot be combined with --enable-maintainer-zts)
|
||||
fi
|
||||
|
||||
PHP_ADD_LIBRARY_WITH_PATH(mm, $MM_DIR/$PHP_LIBDIR, SESSION_SHARED_LIBADD)
|
||||
PHP_ADD_INCLUDE($MM_DIR/include)
|
||||
PHP_INSTALL_HEADERS([ext/session/mod_mm.h])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue