From b270a6b0c464f83bf999fe2283290853c9a8ec3d Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 5 Dec 2012 12:34:19 +0000 Subject: [PATCH] efl/evas: do not show pipe rendering if there is no option to set it. SVN revision: 80235 --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index ce65c2481b..3d757902bd 100644 --- a/configure.ac +++ b/configure.ac @@ -4239,7 +4239,6 @@ echo " NEON....................: $build_cpu_neon" echo echo " Features:" echo " Cache Server 2..........: $want_evas_cserve2" -echo " Threaded Pipe Rendering.: $build_pipe_render" echo echo " Optional pixman rendering path:" echo " Pixman..................: $have_pixman"