Hello Here comes a small patch to make ewl/configure use evas-config after detecting its existens.
// Bjorn Andersson
Index: libs/ewl/configure.in =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v retrieving revision 1.50 diff -u -r1.50 configure.in --- libs/ewl/configure.in 26 May 2005 13:33:06 -0000 1.50 +++ libs/ewl/configure.in 26 Jun 2005 22:25:01 -0000 @@ -121,6 +121,10 @@ fi ]) +if test $EVAS_CONFIG_IN_PATH = yes; then + CFLAGS="$CFLAGS `evas-config --cflags`" +fi; + AC_CHECK_HEADERS(Evas_Engine_Software_X11.h, [], [], [ #include <Evas.h> ])
