Re: [E-devel] ecore configue.in bug

2007-10-07 Thread Sebastian Dransfeld
Carsten Haitzler (The Rasterman) wrote: > On Sat, 22 Sep 2007 19:41:03 +0400 Stanislav Sedov <[EMAIL PROTECTED]> > babbled: > >> Hi! >> >> There's a small bug in ecore configuration system, that prevents >> ecore_con to be build with CURL support when ecore_file support was >> disabled. That's be

Re: [E-devel] ecore configue.in bug

2007-10-04 Thread The Rasterman
On Sat, 22 Sep 2007 19:41:03 +0400 Stanislav Sedov <[EMAIL PROTECTED]> babbled: > Hi! > > There's a small bug in ecore configuration system, that prevents > ecore_con to be build with CURL support when ecore_file support was > disabled. That's because of curl support check is enclosed into ecore

[E-devel] ecore configue.in bug

2007-09-22 Thread Stanislav Sedov
Hi! There's a small bug in ecore configuration system, that prevents ecore_con to be build with CURL support when ecore_file support was disabled. That's because of curl support check is enclosed into ecore support if statement. Could someone fix this? I haven't attached the patch, but I can do i