From bb1d1c4f2add1ec30197487eafb93aa8d9bce576 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Mon, 28 Apr 2014 11:07:49 +0200 Subject: [PATCH] autotools: remove left over from optional Evas 3D support. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index a0cb338d88..630bb9fe27 100644 --- a/configure.ac +++ b/configure.ac @@ -1879,7 +1879,6 @@ EFL_ADD_FEATURE([EVAS], [harfbuzz]) EFL_ADD_FEATURE([EVAS], [cserve], [${want_evas_cserve2}]) EFL_ADD_FEATURE([EVAS], [tile-rotate]) EFL_ADD_FEATURE([EVAS], [dither-mask], [${build_evas_dither_mask}]) -EFL_ADD_FEATURE([EVAS], [evas-3d], [${want_evas_3d}]) EFL_LIB_END([Evas]) #### End of Evas