do not include iberty if getopt is available by default. hurts CYGWIN

This commit is contained in:
Lev Walkin 2007-12-03 14:58:39 +00:00
parent 8bb57a29c1
commit fbf1d28134
3 changed files with 2211 additions and 2898 deletions

View File

@ -6,9 +6,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `iberty' library (-liberty). */
#undef HAVE_LIBIBERTY
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

5104
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -80,7 +80,7 @@ AC_CHECK_FUNCS(mergesort)
AC_CHECK_FUNCS(mkstemps)
dnl For mingw
AC_CHECK_LIB(iberty, getopt)
AC_SEARCH_LIBS(getopt, iberty)
AM_CONFIG_HEADER(config.h)