[project @ 2004-11-12 12:34:50 by stolz]
authorstolz <unknown>
Fri, 12 Nov 2004 12:34:52 +0000 (12:34 +0000)
committerstolz <unknown>
Fri, 12 Nov 2004 12:34:52 +0000 (12:34 +0000)
Push FreeBSD-unicode-detection into package

configure.ac

index 4be09b7..28debbc 100644 (file)
@@ -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...