#At file:///home/sketch/bzr/mysql-trunk-bugfixing/ based on revid:alik@stripped
2893 Jonathan Perkin 2009-10-02
bug#45810: DTrace: build fails when 'dtrace' is not in PATH
Ensure full path to dtrace binary is used, fixes builds when
/usr/sbin is not in $PATH.
modified:
config/ac-macros/dtrace.m4
=== modified file 'config/ac-macros/dtrace.m4'
=== modified file 'config/ac-macros/dtrace.m4'
--- a/config/ac-macros/dtrace.m4 2009-03-06 12:10:58 +0000
+++ b/config/ac-macros/dtrace.m4 2009-10-02 13:17:20 +0000
@@ -14,7 +14,7 @@
HAVE_DTRACE=""
HAVE_DTRACE_DASH_G=""
if test "$ENABLE_DTRACE" = "yes"; then
- AC_CHECK_PROGS(DTRACE, dtrace, [not found], [$PATH:/usr/sbin])
+ AC_PATH_PROGS(DTRACE, dtrace, [not found], [$PATH:/usr/sbin])
if test "$DTRACE" = "not found"; then
ENABLE_DTRACE="no"
else
Attachment: [text/bzr-bundle] bzr/jperkin@sun.com-20091002131720-ghvb5qize2c3pti1.bundle
| Thread |
|---|
| • bzr commit into mysql-5.4.5-trunk-bugfixing branch (jperkin:2893)Bug#45810 | Jonathan Perkin | 2 Oct |