- remove experimental flag on fpm

This commit is contained in:
Jérôme Loyet 2011-11-15 22:40:10 +00:00
parent 1546456cdd
commit 62aaa5ac24

View File

@ -3,7 +3,7 @@ dnl $Id$
dnl
PHP_ARG_ENABLE(fpm,,
[ --enable-fpm EXPERIMENTAL: Enable building of the fpm SAPI executable], no, no)
[ --enable-fpm Enable building of the fpm SAPI executable], no, no)
dnl configure checks {{{
AC_DEFUN([AC_FPM_STDLIBS],