Re: [E-devel] [PATCH] enlightenment: do not include when not available

2013-01-06 Thread Cedric BAIL
On Mon, Jan 7, 2013 at 3:18 AM, Thomas Petazzoni wrote: > > On uClibc, is not necessarily installed, depending on the > configuration. Enlightenment properly makes optional, but > uses __GLIBC__ to check if it is available or not. Unfortunately, > uClibc defines __GLIBC__, so it is not the right

[E-devel] [PATCH] enlightenment: do not include when not available

2013-01-06 Thread Thomas Petazzoni
On uClibc, is not necessarily installed, depending on the configuration. Enlightenment properly makes optional, but uses __GLIBC__ to check if it is available or not. Unfortunately, uClibc defines __GLIBC__, so it is not the right way to decide if is available. Instead, Enlightenment already h