On Thu, 7 Oct 2010, Enlightenment SVN wrote:
> Log: > Epdf: Don't #define _GNU_SOURCE > > Use AC_GNU_SOURCE macro in configure.ac instead. > > > Author: etrunko > Date: 2010-10-07 14:04:27 -0700 (Thu, 07 Oct 2010) > New Revision: 53164 > > Modified: > trunk/PROTO/epdf/configure.ac > trunk/PROTO/epdf/src/lib/mupdf/epdf_mupdf_document.c > > Modified: trunk/PROTO/epdf/configure.ac > =================================================================== > --- trunk/PROTO/epdf/configure.ac 2010-10-07 21:02:20 UTC (rev 53163) > +++ trunk/PROTO/epdf/configure.ac 2010-10-07 21:04:27 UTC (rev 53164) > @@ -15,6 +15,7 @@ > AC_PREREQ([2.54]) > AC_CONFIG_SRCDIR([configure.ac]) > AC_CONFIG_HEADERS([config.h]) > +AC_GNU_SOURCE please put AC_GNU_SOURCE where it belongs, that is in: ### Checks for compiler characteristics (in eina and evas too) Vincent > > AM_INIT_AUTOMAKE([1.6 dist-bzip2]) > m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) > > Modified: trunk/PROTO/epdf/src/lib/mupdf/epdf_mupdf_document.c > =================================================================== > --- trunk/PROTO/epdf/src/lib/mupdf/epdf_mupdf_document.c 2010-10-07 > 21:02:20 UTC (rev 53163) > +++ trunk/PROTO/epdf/src/lib/mupdf/epdf_mupdf_document.c 2010-10-07 > 21:04:27 UTC (rev 53164) > @@ -2,7 +2,6 @@ > # include "config.h" > #endif /* HAVE_CONFIG_H */ > > -#define _GNU_SOURCE > #include <stdio.h> > > #include <fitz.h> > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
