From: stolz Date: Fri, 12 Nov 2004 12:34:52 +0000 (+0000) Subject: [project @ 2004-11-12 12:34:50 by stolz] X-Git-Tag: Initial_conversion_from_CVS_complete~1437 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6aa497789a87e76d931d7975429690aebf443d59 [project @ 2004-11-12 12:34:50 by stolz] Push FreeBSD-unicode-detection into package --- 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...