workaround broken getopt issue

This commit is contained in:
David Rose 2010-07-14 18:10:11 +00:00
parent 16a4cc0d84
commit dab54029a4
2 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,8 @@
program understand `configure --with-gnu-libc' and omit the object files,
it is simpler to just do this in the source for each such file. */
#if defined (_LIBC) || !defined (__GNU_LIBRARY__)
/* Actually, we may need to compile this anyway, even on a gnu platform. */
#if 1 /* defined (_LIBC) || !defined (__GNU_LIBRARY__) */
/* This needs to come after some library #include

View File

@ -44,7 +44,8 @@
program understand `configure --with-gnu-libc' and omit the object files,
it is simpler to just do this in the source for each such file. */
#if defined (_LIBC) || !defined (__GNU_LIBRARY__)
/* Actually, we may need to compile this anyway, even on a gnu platform. */
#if 1 /* defined (_LIBC) || !defined (__GNU_LIBRARY__) */
/* This needs to come after some library #include