Lines Matching refs:mm
7 PHP_ARG_WITH([mm],
8 [for mm support],
9 [AS_HELP_STRING([[--with-mm[=DIR]]],
10 [SESSION: Include mm support for session storage])],
33 AS_IF([test -f "$i/include/mm.h"], [MM_DIR=$i; break;])
37 [AC_MSG_ERROR([Cannot find the 'mm' library, <mm.h> header file not found.])])
40 The configure option '--with-mm' cannot be combined with '--enable-zts'.
41 The mm library is not thread-safe, and mod_mm.c refuses to compile. Either
42 remove the '--with-mm' option, or build without thread safety (remove the
46 PHP_ADD_LIBRARY_WITH_PATH([mm],
52 [Define to 1 if the system has the 'mm' library.])