1. Remove -DNO_LIBPERL and use -DHAVE_LIBPERL_SUPPORT in C code. 2. Remove -DNO_LIBPYTHON and use -DHAVE_LIBPYTHON_SUPPORT in C code.
3. Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT. 4. Don't print "libaudit" line if HAVE_SYSCALL_TABLE_SUPPORT is available and add a line for HAVE_SYSCALL_TABLE_SUPPORT. Jin Yao (3): perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXX perf: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT perf version: Print status for syscall_table tools/perf/Makefile.config | 2 +- tools/perf/builtin-help.c | 2 +- tools/perf/builtin-script.c | 4 ++-- tools/perf/builtin-version.c | 3 +++ tools/perf/perf.c | 4 ++-- tools/perf/util/generate-cmdlist.sh | 2 +- tools/perf/util/syscalltbl.c | 6 +++--- tools/perf/util/trace-event-scripting.c | 4 ++-- 8 files changed, 15 insertions(+), 12 deletions(-) -- 2.7.4