[Pkg-e-commits] [SCM] D-Bus integration for EFL based applications branch, upstream-vcs, updated. 23d04eefa9ee5d52a56649843b7be65d0ca5039e

lok lok at alioth.debian.org
Mon Mar 10 15:18:21 UTC 2008


The following commit has been merged in the upstream-vcs branch:
commit e0db16c1abc0d3b626327c5a2bde0f6421c1907e
Author: lok <lok>
Date:   Fri Mar 7 14:27:14 2008 +0000

    Patch from Stanislav Sedov to make the configure respect the --enable- options
    correctly.

diff --git a/configure.in b/configure.in
index f77520d..3c15323 100644
--- a/configure.in
+++ b/configure.in
@@ -27,19 +27,19 @@ AC_SUBST(version_info)
 
 dnl Check enabled modules to build
 AC_ARG_ENABLE(ehal,
-				  AC_HELP_STRING([--disable-ehal], 
+				  AC_HELP_STRING([--disable-ehal],
 									  [Disable ehal build]),
-				  [enable_ehal="no"], 
+				  [enable_ehal=$enableval],
 				  [enable_ehal="yes"])
 AC_ARG_ENABLE(enm,
 				  AC_HELP_STRING([--disable-enm], 
 									  [Disable enm build]),
-				  [enable_enm="no"], 
+				  [enable_enm=$enableval],
 				  [enable_enm="yes"])
 AC_ARG_ENABLE(enotify,
 				  AC_HELP_STRING([--disable-enotify], 
 									  [Disable enotify build]),
-				  [enable_enotify="no"], 
+				  [enable_enotify=$enableval],
 				  [enable_enotify="yes"])
 
 

-- 
D-Bus integration for EFL based applications



More information about the Pkg-e-commits mailing list