#At file:///home/sketch/bzr/mysql-trunk-bugfixing-bug45810/ based on
revid:alik@ibmvm-20091009160303-6s8vyyi0yzjnp6w5
2900 Jonathan Perkin 2009-10-14
bug#45810: DTrace: build fails when 'dtrace' is not in PATH
Ensure full path to dtrace binary is used, fixes builds where
/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-14 11:15:46 +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-20091014111546-hos30f4x0z9lyov3.bundle
| Thread |
|---|
| • bzr commit into mysql-5.5.0-trunk-bugfixing branch (jperkin:2900)Bug#45810 | Jonathan Perkin | 14 Oct 2009 |