--- embedaddon/php/sapi/cli/config.m4 2012/05/29 12:34:35 1.1.1.2 +++ embedaddon/php/sapi/cli/config.m4 2013/07/22 01:32:13 1.1.1.3 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.1.1.2 2012/05/29 12:34:35 misho Exp $ +dnl $Id: config.m4,v 1.1.1.3 2013/07/22 01:32:13 misho Exp $ dnl PHP_ARG_ENABLE(cli,, @@ -44,5 +44,7 @@ if test "$PHP_CLI" != "no"; then PHP_SUBST(BUILD_CLI) PHP_OUTPUT(sapi/cli/php.1) + + PHP_INSTALL_HEADERS([sapi/cli/cli.h]) fi AC_MSG_RESULT($PHP_CLI)