1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00

Abort if DTrace is not installed on the system

This commit is contained in:
David Soria Parra
2010-05-07 15:05:39 +00:00
parent b5c1e53bc8
commit 4e177642c6

View File

@@ -893,7 +893,7 @@ if test "$PHP_DTRACE" = "yes"; then
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])