On Thu, 12 Feb 2004, Steven Edwards wrote: > -#ifndef HAVE_GETOPT_LONG > +#if !defined(HAVE_GETOPT_LONG) || defined (__CYGWIN__)
Shouldn't we check in configure if the getopt_long is broken, and if so, not use it? -- Dimi.
On Thu, 12 Feb 2004, Steven Edwards wrote: > -#ifndef HAVE_GETOPT_LONG > +#if !defined(HAVE_GETOPT_LONG) || defined (__CYGWIN__)
Shouldn't we check in configure if the getopt_long is broken, and if so, not use it? -- Dimi.