Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/m4


Modified Files:
        ecore_check_module.m4 


Log Message:
AC_DEFINE removed by error

===================================================================
RCS file: /cvs/e/e17/libs/ecore/m4/ecore_check_module.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_check_module.m4       31 Mar 2007 11:11:02 -0000      1.1
+++ ecore_check_module.m4       31 Mar 2007 14:35:51 -0000      1.2
@@ -1,4 +1,4 @@
-dnl use: AC_CHECK_ECORE_MODULE(Foo, default-enabled[, dependancy[, 
ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]])
+dnl use: ECORE_CHECK_MODULE(Foo, default-enabled[, dependancy[, 
ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]])
 AC_DEFUN([ECORE_CHECK_MODULE],
 [
 pushdef([UP], translit([$1], [a-z], [A-Z]))dnl
@@ -32,6 +32,7 @@
 
 if test "x$want_ecore_[]DOWN" = "xyes" ; then
   if test "x$3" = "x" -o "x$3" = "xyes" ; then
+    AC_DEFINE(BUILD_ECORE_[]UP, 1, [Build Ecore_$1 Module])
     have_ecore_[]DOWN="yes"
     ecore_[]DOWN[]_libs="-lecore_[]DOWN"
     AC_MSG_RESULT([yes])



-------------------------------------------------------------------------
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