X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=28debbc33ca3e1b8e1a9acad67196c539ecbf836;hb=0d52a0a134871d317b5f8b53a952c882ce5ae5b6;hp=4be09b7ab39610bde216fd937641c30d3ca601ad;hpb=204c40fa155dfc77d82eede798344b911cf89799;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 4be09b7..28debbc 100644 --- a/configure.ac +++ b/configure.ac @@ -1143,11 +1143,6 @@ dnl the order of these tests matters: bfd needs liberty AC_CHECK_LIB(iberty, xmalloc) AC_CHECK_LIB(bfd, bfd_init) -dnl ** check for wide-char classifications -dnl FreeBSD has an emtpy wctype.h, so test one of the affected -dnl functions if it's really there. -AC_CHECK_HEADERS([wctype.h], [AC_CHECK_FUNCS(iswspace)]) - dnl ** check for readline, for Hugs and hslibs' Readline dnl ncurses supersedes termcap and curses, but for compatibility, dnl we have to check for all...