dsp Fri, 07 May 2010 15:05:39 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=299108
Log: Abort if DTrace is not installed on the system Changed paths: U php/php-src/trunk/configure.in Modified: php/php-src/trunk/configure.in =================================================================== --- php/php-src/trunk/configure.in 2010-05-07 14:54:07 UTC (rev 299107) +++ php/php-src/trunk/configure.in 2010-05-07 15:05:39 UTC (rev 299108) @@ -893,7 +893,7 @@ Zend/zend_dtrace.c Zend/zend.c]) AC_DEFINE(HAVE_DTRACE, 1, [Whether to enable DTrace support]) PHP_INIT_DTRACE([Zend/zend_dtrace.d], [Zend/zend_dtrace_gen.h])], - []) + AC_MSG_ERROR([DTrace header not found. DTrace is probably not available on your system!])) fi AC_MSG_CHECKING([how big to make fd sets])
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php