Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs


Modified Files:
        configure.in 


Log Message:
* Another big change: start migrating the awful UI stuff to yummy eet.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- configure.in        6 Nov 2005 23:05:23 -0000       1.16
+++ configure.in        9 Nov 2005 09:56:34 -0000       1.17
@@ -202,6 +202,7 @@
 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",
@@ -210,6 +211,22 @@
 AC_SUBST(BZ2_LIBS)
 
 
+AC_ARG_WITH(eet-config,
+[  --with-eet-config=EET_CONFIG      use eet-config specified ],
+[
+  EET_CONFIG=$withval;
+  echo "using "$EET_CONFIG" for eet-config";
+],[
+  PROG="eet-config";
+  AC_PATH_PROG(EET_CONFIG, $PROG, "", $PATH)
+])
+eet_cflags=`$EET_CONFIG --cflags`
+eet_libs=`$EET_CONFIG --libs`
+AC_SUBST(eet_cflags)
+AC_SUBST(eet_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