On Wed, 14 Nov 2007, Christopher Michael wrote:

> Hey Seb,
>
> Just looking through configure.in & I wondered why you didn't use:
>
> AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
>
> instead of the:
>
> edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc"

it is maybe possible that $(pkg-config --variable=prefix edje)/bin in not 
in the PATH. With AC_PATH_PROG, you are sure tht edje_cc can be called.

Vincent

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to