With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and
authorChristopher Jones <sixd@php.net>
Fri, 16 Aug 2013 17:40:50 +0000 (10:40 -0700)
committerChristopher Jones <sixd@php.net>
Fri, 16 Aug 2013 17:40:50 +0000 (10:40 -0700)
commit0ebef462ceb50094e64a8d48bf705594175f86ab
tree1ef3b1a0db8c1797c6aabc7ec638abec40696a59
parentba30c78d5ca1edfa593c32bfa203cf6ea7f942b2
With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and
Linux are now used.  DTrace is part of Oracle Linux.  See
https://oss.oracle.com/projects/DTrace/

This patch does not change DTrace linking for non-Solaris/Linux
platforms.

For SystemTap users on Linux, this patch removes the compilation
warning:
  Warning: Linking the shared library libphp5.la against the
  non-libtool objects Zend/zend_dtrace.d.o is not portable!
acinclude.m4