Skip to content
Snippets Groups Projects
Commit fbf1d281 authored by Lev Walkin's avatar Lev Walkin
Browse files

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

parent 8bb57a29
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment