Hi,

Neil Jerram <[EMAIL PROTECTED]> writes:

> The patch below cures this, but is it correct?

No, because M4 macro `gl_EARLY' requires `AC_GNU_SOURCE', which in turn
defines `_GNU_SOURCE' when available.

My `config.h' here contains this:

  /* Enable GNU extensions on systems that have them.  */
  #ifndef _GNU_SOURCE
  # define _GNU_SOURCE 1
  #endif

If yours doesn't, I suspect you have to run "autoheader && ./configure"
again (or similar).

Let us know if it fixes the problem.

Thanks,
Ludovic.


_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to