From a107e6b00700f379e3390a86ac4f329b1ab4695d Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 4 Jan 2013 08:53:46 +0000 Subject: [PATCH] efl: Default ephysics to no SVN revision: 82164 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ef282228e..24d80bd493 100644 --- a/configure.ac +++ b/configure.ac @@ -3229,7 +3229,7 @@ AC_ARG_ENABLE([physics], want_physics="no" fi ], - [want_physics="yes"]) + [want_physics="no"]) EFL_LIB_START_OPTIONAL([EPhysics], [test "${want_physics}" = "yes"])