--- embedaddon/php/configure.in 2013/10/14 08:02:08 1.1.1.4 +++ 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.4 2013/10/14 08:02:08 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 @@ -399,6 +399,11 @@ if test "$PHP_BINARIES"; then AC_MSG_RESULT([$PHP_BINARIES]) else AC_MSG_RESULT([none]) +fi + +dnl Exit early +if test -z "$PHP_INSTALLED_SAPIS"; then + AC_MSG_ERROR([Nothing to build.]) fi dnl Exit early