Commit fbf1d281 authored by Lev Walkin's avatar Lev Walkin

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

parent 8bb57a29
......@@ -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
......
This diff is collapsed.
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment