Re: [E-devel] E CVS: proto titan

2007-03-23 Thread Tilman Sauerbeck
Enlightenment CVS [2007-03-22 21:27]: +PKG_CHECK_MODULES([EVAS], evas, + [ + ], + [ + echo Evas was not found by pkg-config!; + AC_MSG_ERROR([Empower needs evas to compile.]) + ] +) The default is to error out if no third argument is given. So really you could just use

Re: [E-devel] E CVS: proto titan

2007-03-23 Thread Stephen Houston
Unless you wanted output on the error, which could be helpful to users. On 3/23/07, Tilman Sauerbeck [EMAIL PROTECTED] wrote: Enlightenment CVS [2007-03-22 21:27]: +PKG_CHECK_MODULES([EVAS], evas, + [ + ], + [ + echo Evas was not found by pkg-config!; +

Re: [E-devel] E CVS: proto titan

2006-09-07 Thread brian . mattern
On Thu, Sep 07, 2006 at 01:22:49PM -0400, Enlightenment CVS wrote: Enlightenment CVS committal Author : titan Project : e17 Module : proto Dir : e17/proto/empower/src/bin/ewl Modified Files: Empower.h empower.c empower_gui_ewl.c Log Message: Ok this is much