Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar


Modified Files:
        configure.in 


Log Message:
find edje_cc in path

===================================================================
RCS file: /cvs/e/e_modules/taskbar/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in        13 Nov 2007 06:39:04 -0000      1.17
+++ configure.in        15 Nov 2007 19:36:56 -0000      1.18
@@ -38,15 +38,7 @@
     ;;
 esac
 
-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