From: Carsten Haitzler (Rasterman) Date: Mon, 7 Jul 2014 07:29:40 +0000 (+0900) Subject: efl build - fix multisense to actually be turned on again X-Git-Tag: upstream/1.10.0+1149+ga3a15b1~348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aa3bc5824bc14e9f338824c0dc786028dadd6e1;p=platform%2Fupstream%2Fefl.git efl build - fix multisense to actually be turned on again --- diff --git a/configure.ac b/configure.ac index 69cd418..faf575a 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"