Displaying 1 result from an estimated 1 matches for "xnot_found".
Did you mean:
not_found
2007 Oct 29
2
autoconf test for building dtrace USDT probes?
...ult: enabled if dtrace found)]),
[WDTRACE=$withval], [WDTRACE=auto])
if test "x$WDTRACE" = "xyes" -o "x$WDTRACE" = "xauto" ; then
AC_PATH_PROG(DTRACE, [dtrace], [not_found], [$PATH:/usr/sbin])
if test "x$DTRACE" = "xnot_found" ; then
if test "x$WDTRACE" = "xyes" ; then
AC_MSG_FAILURE([dtrace requested but not found])
fi
WDTRACE="no"
fi
fi
The Apple Xorg maintainer had to add this code to keep it from
build...