build: Build eds backend by default
authorPhilip Withnall <philip@tecnocode.co.uk>
Sun, 7 Aug 2011 11:36:11 +0000 (13:36 +0200)
committerPhilip Withnall <philip@tecnocode.co.uk>
Sun, 7 Aug 2011 11:36:11 +0000 (13:36 +0200)
Signed-off-by: Raul Gutierrez Segales <rgs@collabora.co.uk>
configure.ac

index 9c12045..ad6820e 100644 (file)
@@ -81,7 +81,7 @@ AC_ARG_ENABLE(eds-backend,
         AC_HELP_STRING([--enable-eds-backend],
                        [ build the E-D-S backend]),
         enable_eds_backend=$enableval,
-        enable_eds_backend=no )
+        enable_eds_backend=yes )
 
 AM_CONDITIONAL([ENABLE_EDS], [test "x$enable_eds_backend" = "xyes"])