X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=40ec87ff5155e90c8b5ee910dd3336c952638441;hb=4f67454e8017252fe17fb3c0bb30938acf00007c;hp=a5e4c4bb03c51e005b4008be2d5bbb17810fb78e;hpb=6432be6834f9009e85aa89bdf9ab72edda16a976;p=ghc-hetmet.git 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