From: Stephane Eranian Date: Tue, 10 Apr 2012 10:35:13 +0000 (+0200) Subject: perf tools: fix NO_GTK2 Makefile config error X-Git-Tag: v3.4-rc4~37^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f755397211745e26a4cc693a195982de6c454edd;p=pandora-kernel.git perf tools: fix NO_GTK2 Makefile config error In case the user specified NO_GTK2 on the make cmdline, compilation would fail with undefined symbol because the Makefile would not set the correct cpp variable: NO_GTK2 vs. NO_GTK2_SUPPORT. This patch renames the variable to the correct name. Signed-off-by: Stephane Eranian Cc: David Ahern Cc: Ingo Molnar Cc: Pekka Enberg Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/20120410103513.GA9229@quad Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed