Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : proto

Dir     : e17/proto/e_dbus


Modified Files:
        configure.in 


Log Message:
* cleanup build
* don't rely on efreet/ewl for now (the hal test code should be a separate
  app...)
* instead of adding methods directly to objects, add them to interfaces, 
  then share the interface definitions between objects

===================================================================
RCS file: /cvs/e/e17/proto/e_dbus/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in        21 Mar 2007 10:31:15 -0000      1.3
+++ configure.in        22 Mar 2007 04:07:29 -0000      1.4
@@ -7,21 +7,10 @@
 AM_PROG_LIBTOOL
 
 AC_HEADER_STDC
-AC_CHECK_HEADERS(math.h)
 
 AC_PATH_GENERIC([ecore], [0.9.9],
   [ ],
   [ AC_MSG_ERROR(Ecore not found.) ],
-)
-
-AC_PATH_GENERIC([ewl], [0.0.0],
-  [ ],
-  [ AC_MSG_ERROR(Ewl not found.) ],
-)
-
-AC_PATH_GENERIC([efreet], [0.0.0],
-  [ ],
-  [ AC_MSG_ERROR(Efreet not found.) ],
 )
 
 PKG_CHECK_MODULES([DBUS], [dbus-1],



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to