Re: [E-devel] EFL configure.in patch

2005-07-04 Thread Mike Frysinger
On Monday 04 July 2005 03:06 pm, Michel Briand wrote: > use this simple patch (example is for entrance): please post patches in unified format (diff -u) ... context formatting is impossible to scan quickly -mike --- SF.Net email is sponsored b

[E-devel] EFL configure.in patch

2005-07-04 Thread Michel Briand
Hello when you use AC_CHECK_HEADER to test for Ecore.h or another header that is located in a non standard location (through the use of --prefix) you must include CPPFLAGS="-I/my/e17/location" and LDFLAGS="-L/my/e17/location" or use this simple patch (example is for entrance): Index: configure.in