perf tui: Fix build problem with slang <= 2.0.6
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 18 May 2010 03:23:14 +0000 (00:23 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 18 May 2010 03:25:36 +0000 (00:25 -0300)
commit32ec6acfdcc066313261d0fbe6a966cb1804a7cd
tree0a9325139d71ea56b5a9c59a9bd335351dddcc4e
parent7752f1b096e13991f20b59fd11ba73da3809d93c
perf tui: Fix build problem with slang <= 2.0.6

slang versions <= 2.0.6 have a "#if HAVE_LONG_LONG" that breaks the
build if it isn't defined. Use the equivalent one that glibc has on
features.h.

Reported-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Frédéric Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Tom Zanussi <tzanussi@gmail.com>
LKML-Reference: <new-submission>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/newt.c