Enlightenment CVS committal

Author  : sarajervi
Project : misc
Module  : erss

Dir     : misc/erss


Modified Files:
        configure.in 
Removed Files:
        configure 


Log Message:
fixed nasty bug.. it was segving at update
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in        14 Jan 2004 18:57:07 -0000      1.2
+++ configure.in        14 Jan 2004 19:26:38 -0000      1.3
@@ -65,7 +65,7 @@
 AC_PATH_GENERIC(xml2, 2.6.0, [
        AC_SUBST(xml2_libs)
        AC_SUBST(xml2_cflags) ],
-       AC_MSG_ERROR(Cannot find ewd: Is xml2-config in path?))
+       AC_MSG_ERROR(Cannot find libxml2: Is xml2-config in path?))
 xml2_libs=`xml2-config --libs`
 xml2_cflags=`xml2-config --cflags`
 AC_SUBST(xml2_libs)




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to