pgsql: Produce a clean failure in configure when dtrace is selected but

Started by Peter Eisentrautalmost 20 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Log Message:
-----------
Produce a clean failure in configure when dtrace is selected but cannot be
found. Besides stopping those early who have no dtrace installed
whatsoever, this will also alert those who have dtrace in /usr/sbin, which
might not be in the path, which would produce confusing failures much later
in the build process.

Add documentation about pointing configure to find dtrace.

Modified Files:
--------------
pgsql:
configure (r1.500 -> r1.501)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.500&r2=1.501)
configure.in (r1.471 -> r1.472)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.471&r2=1.472)
pgsql/doc/src/sgml:
installation.sgml (r1.259 -> r1.260)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.259&r2=1.260)