diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-07-07 16:29:40 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2014-07-07 16:29:40 +0900 |
commit | 6aa3bc5824bc14e9f338824c0dc786028dadd6e1 (patch) | |
tree | 4cdb5e9b217d82ca3063a8b16764245cf654ff07 /configure.ac | |
parent | 1b54047ac4135f062d70a3ef19be0d12c5e2f616 (diff) |
efl build - fix multisense to actually be turned on again
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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], | |||
4008 | want_multisense="no" | 4008 | want_multisense="no" |
4009 | fi | 4009 | fi |
4010 | ], | 4010 | ], |
4011 | [want_multisense="no"]) | 4011 | [want_multisense="yes"]) |
4012 | 4012 | ||
4013 | if test "x${build_gui}" = "xno"; then | 4013 | if test "x${build_gui}" = "xno"; then |
4014 | want_multisense="no" | 4014 | want_multisense="no" |