Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs


Modified Files:
        configure.in 


Log Message:
BZ2 flags

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configure.in        3 Nov 2005 08:35:15 -0000       1.15
+++ configure.in        6 Nov 2005 23:05:23 -0000       1.16
@@ -202,6 +202,14 @@
 AC_SUBST(curl_libs)
 AM_CONDITIONAL(HAVE_CURL, test $msg_curl = yes)
 
+AC_CHECK_LIB(bz2, bzCompressInit, AC_DEFINE(HAVE_OLDER_BZIP2, 1, [Define to 1 
if older bzip2 version is used]))
+AC_CHECK_HEADERS(bzlib.h,
+        BZ2_LIBS="$BZ2_LIBS -lbz2",
+        AC_MSG_ERROR([Gnome-vfs requires libbz2 to compile.])
+        )
+AC_SUBST(BZ2_LIBS)
+
+
 
 
 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to