Merge to mysql-trunk-bugfixing

This commit is contained in:
Jonathan Perkin 2009-10-14 12:16:58 +01:00
commit 4ea46eae87

View File

@ -14,7 +14,7 @@ DTRACEFLAGS=""
HAVE_DTRACE="" HAVE_DTRACE=""
HAVE_DTRACE_DASH_G="" HAVE_DTRACE_DASH_G=""
if test "$ENABLE_DTRACE" = "yes"; then 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 if test "$DTRACE" = "not found"; then
ENABLE_DTRACE="no" ENABLE_DTRACE="no"
else else