Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/entropy


Modified Files:
        configure.in 


Log Message:
stop the configure script when evfs is not found
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        20 Oct 2005 08:45:54 -0000      1.1
+++ configure.in        22 Oct 2005 05:54:26 -0000      1.2
@@ -162,7 +162,7 @@
                          evfs_cflags=`evfs-config --cflags`
                          AC_DEFINE(HAVE_EVFS, 1, have EVFS)
                          evfs="EVFS "; ],[
-                         AC_MSG_WARN([No EVFS, can't build.])
+                         AC_MSG_ERROR([No EVFS, can't build.])
                         ]) AC_SUBST(evfs_libs)
 AC_SUBST(evfs_cflags) 
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to