Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : bling

Dir     : e_modules/bling


Modified Files:
        configure.in 


Log Message:
find edje_cc in path

===================================================================
RCS file: /cvs/e/e_modules/bling/configure.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- configure.in        13 Nov 2007 06:39:02 -0000      1.10
+++ configure.in        15 Nov 2007 19:36:54 -0000      1.11
@@ -31,15 +31,7 @@
 AC_SUBST(x_cflags)
 AC_SUBST(x_libs)
 
-edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc"
-AC_ARG_WITH(edje-cc,
-  AS_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
-  [
-    edje_cc=$withval;
-    echo "  Enlightenment edje_cc explicitly set to "$edje_cc;
-  ]
-)
-AC_SUBST(edje_cc)
+AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
 
 AC_ARG_WITH(enlightenment-config,
   AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to