From bb018f1624441ff74a6e04a8d0e185fd40f00eda Mon Sep 17 00:00:00 2001 From: stolz Date: Thu, 9 Oct 2003 16:57:17 +0000 Subject: [PATCH] [project @ 2003-10-09 16:57:17 by stolz] Hrmbl. []-wibble. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4