Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
Apparently AC_MSG_NOTICE requires a version of autoconf > 2.13.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- configure.in        17 Dec 2003 16:25:51 -0000      1.23
+++ configure.in        17 Dec 2003 16:30:10 -0000      1.24
@@ -190,7 +190,7 @@
   ]
   )
 else
-  AC_MSG_NOTICE(ecore_txt not enabled, so ecore_x will not be enabled)
+  AC_MSG_RESULT(ecore_txt not enabled, so ecore_x will not be enabled)
 fi
 
 if test "x$have_ecore_x" = "xyes"; then
@@ -449,7 +449,7 @@
   ]
   )
 else
-  AC_MSG_NOTICE(ecore_con not enabled, so ecore_ipc will not be enabled)
+  AC_MSG_RESULT(ecore_con not enabled, so ecore_ipc will not be enabled)
 fi
 
 if test "x$have_ecore_ipc" = "xyes"; then




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to