From: stolz Date: Thu, 9 Oct 2003 16:57:17 +0000 (+0000) Subject: [project @ 2003-10-09 16:57:17 by stolz] X-Git-Tag: Approx_11550_changesets_converted~379 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bb018f1624441ff74a6e04a8d0e185fd40f00eda;p=ghc-hetmet.git [project @ 2003-10-09 16:57:17 by stolz] Hrmbl. []-wibble. --- diff --git a/configure.ac b/configure.ac index a5e4c4b..40ec87f 100644 --- a/configure.ac +++ b/configure.ac @@ -1137,7 +1137,7 @@ 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) + [AC_CHECK_FUNCS(iswspace)] ) dnl ** check for readline, for Hugs and hslibs' Readline