--- embedaddon/php/configure.in 2013/07/22 01:31:37 1.1.1.3 +++ embedaddon/php/configure.in 2014/06/15 20:15:50 1.1.1.4.2.1.2.1 @@ -1,4 +1,4 @@ -## $Id: configure.in,v 1.1.1.3 2013/07/22 01:31:37 misho Exp $ -*- autoconf -*- +## $Id: configure.in,v 1.1.1.4.2.1.2.1 2014/06/15 20:15:50 misho Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. dnl include Zend specific macro definitions first @@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ... PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=4 -PHP_RELEASE_VERSION=17 +PHP_RELEASE_VERSION=20 PHP_EXTRA_VERSION="" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` @@ -406,6 +406,11 @@ if test -z "$PHP_INSTALLED_SAPIS"; then AC_MSG_ERROR([Nothing to build.]) fi +dnl Exit early +if test -z "$PHP_INSTALLED_SAPIS"; then + AC_MSG_ERROR([Nothing to build.]) +fi + dnl force ZTS if test "$enable_maintainer_zts" = "yes"; then PTHREADS_ASSIGN_VARS @@ -1582,7 +1587,7 @@ cat <