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

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1402 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2007-12-03 14:58:39 +00:00
parent 12164c45ff
commit 5568124650
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

4872
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)