Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs


Modified Files:
        configure.in 


Log Message:
exit if libtagc header isn't found

===================================================================
RCS file: /cvs/e/e17/apps/evfs/configure.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- configure.in        4 Oct 2007 13:09:21 -0000       1.34
+++ configure.in        28 Jul 2008 09:11:23 -0000      1.35
@@ -165,8 +165,7 @@
 AC_SUBST(taglib_libs)
 AC_SUBST(taglib_cflags)
 AM_CONDITIONAL(HAVE_TAGLIB, test $msg_taglib = yes)
-AC_CHECK_HEADER(taglib/tag_c.h)
-
+AC_CHECK_HEADER(taglib/tag_c.h,,AC_MSG_ERROR([cannot find headers for 
libtagc]))
 
 
 dnl ###################



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to