Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair


Modified Files:
        configure.in 


Log Message:
abort configure if taglibc isn't found

===================================================================
RCS file: /cvs/e/e17/apps/eclair/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- configure.in        1 Jul 2007 20:42:59 -0000       1.18
+++ configure.in        28 Jul 2008 09:01:55 -0000      1.19
@@ -84,7 +84,7 @@
 AC_SUBST(taglib_libs)
 AC_SUBST(taglib_cflags)
 
-AC_CHECK_HEADER(taglib/tag_c.h)
+AC_CHECK_HEADER(taglib/tag_c.h,,AC_MSG_ERROR([cannot find headers for 
libtagc]))
 
 PKG_CHECK_MODULES(ECLAIR, [
   libxml-2.0



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