From 6aa497789a87e76d931d7975429690aebf443d59 Mon Sep 17 00:00:00 2001 From: stolz Date: Fri, 12 Nov 2004 12:34:52 +0000 Subject: [PATCH] [project @ 2004-11-12 12:34:50 by stolz] Push FreeBSD-unicode-detection into package --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) 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... -- 1.7.10.4