commit | 69ddfbbdd1fddcb0bf9bb9395cfd91de451a98f1 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Feb 16 17:45:20 2017 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Apr 26 10:49:42 2017 -0400 |
tree | 156be483cf0f6815061a209378845dd6197ee467 | |
parent | e0a5f0a59d0f4fe26cbfd3a05f8f45baab7cec3a [diff] |
trace-cmd build: If swig is not installed, force NO_PYTHON=1 While trying to build trace-cmd on a box without swig installed, I get an annoying error during build when the compile tries to build the python plugins. Force NO_PYTHON=1 when swig is not installed, and give a warning about it. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>