In order to enable FPM in your PHP build you need to add --enable-fpm to your configure line.
--enable-fpm
There are several other FPM-specific configure options (all of them optional):
--with-fpm-user - set FPM user (default - nobody).
--with-fpm-user
--with-fpm-group - set FPM group (default - nobody).
--with-fpm-group
--with-fpm-systemd - Activate systemd integration (default - no).
--with-fpm-systemd
--with-fpm-acl - Use POSIX Access Control Lists (default - no).
--with-fpm-acl
--with-fpm-apparmor - Activate AppArmor integration (default - no).
--with-fpm-apparmor
--with-fpm-selinux - Activate SELinux integration (default - no).
--with-fpm-selinux