Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : proto

Dir     : e17/proto/ephoto


Modified Files:
        configure.in 


Log Message:
remove duplicate evas check
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/ephoto/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in        20 Feb 2006 19:41:30 -0000      1.1
+++ configure.in        24 Feb 2006 02:45:40 -0000      1.2
@@ -112,19 +112,6 @@
 AC_SUBST(edje_cflags)
 AC_SUBST(edje_libs)
 
-PROG="evas-config";
-AC_PATH_PROG(EVAS_CONFIG, $PROG, "", $PATH)
-if test -z "$EVAS_CONFIG" ; then
-  echo $PROG " is not in your \$PATH. Please ensure it is.";
-  echo "Read the manual page for you shell as to how to extend your 
-path.";
-  AC_MSG_ERROR(Cannot find $PROG)
-fi
-evas_cflags=`$EVAS_CONFIG --cflags`
-evas_libs=`$EVAS_CONFIG --libs`
-AC_SUBST(evas_cflags)
-AC_SUBST(evas_libs)
-
 
 AC_OUTPUT([
 Makefile 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to