From 6aa3bc5824bc14e9f338824c0dc786028dadd6e1 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 7 Jul 2014 16:29:40 +0900 Subject: [PATCH] efl build - fix multisense to actually be turned on again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 69cd418073..faf575a850 100644 --- a/configure.ac +++ b/configure.ac @@ -4008,7 +4008,7 @@ AC_ARG_ENABLE([multisense], want_multisense="no" fi ], - [want_multisense="no"]) + [want_multisense="yes"]) if test "x${build_gui}" = "xno"; then want_multisense="no"