Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/e_dbus

Dir     : e17/libs/e_dbus


Modified Files:
        configure.in 


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

===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.in        25 Jan 2008 03:35:46 -0000      1.11
+++ configure.in        7 Mar 2008 14:27:14 -0000       1.12
@@ -27,19 +27,19 @@
 
 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"])
 
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to