Revision 4addb112 configure
b/configure | ||
---|---|---|
929 | 929 |
echo " --disable-docs disable documentation build" |
930 | 930 |
echo " --disable-vhost-net disable vhost-net acceleration support" |
931 | 931 |
echo " --enable-vhost-net enable vhost-net acceleration support" |
932 |
echo " --trace-backend=B Trace backend nop simple ust" |
|
932 |
echo " --trace-backend=B Trace backend nop simple ust dtrace"
|
|
933 | 933 |
echo " --trace-file=NAME Full PATH,NAME of file to store traces" |
934 | 934 |
echo " Default:trace-<pid>" |
935 | 935 |
echo " --disable-spice disable spice" |
... | ... | |
2193 | 2193 |
exit 1 |
2194 | 2194 |
fi |
2195 | 2195 |
fi |
2196 |
|
|
2197 |
########################################## |
|
2198 |
# For 'dtrace' backend, test if 'dtrace' command is present |
|
2199 |
if test "$trace_backend" = "dtrace"; then |
|
2200 |
if ! has 'dtrace' ; then |
|
2201 |
echo |
|
2202 |
echo "Error: dtrace command is not found in PATH $PATH" |
|
2203 |
echo |
|
2204 |
exit 1 |
|
2205 |
fi |
|
2206 |
fi |
|
2207 |
|
|
2196 | 2208 |
########################################## |
2197 | 2209 |
# End of CC checks |
2198 | 2210 |
# After here, no more $cc or $ld runs |
Also available in: Unified diff