From 16d7982065310ded1cc02d10cb8c310bf972f45b Mon Sep 17 00:00:00 2001 From: das Date: Thu, 20 Jul 2006 07:40:46 +0000 Subject: cleanup quoting and whitespace --- unix/tcl.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/tcl.m4 b/unix/tcl.m4 index f81af6d..6db9b10 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -774,9 +774,9 @@ AC_DEFUN([SC_ENABLE_LANGINFO], [ fi AC_MSG_CHECKING([whether to use nl_langinfo]) if test "$langinfo_ok" = "yes"; then - AC_CACHE_VAL(tcl_cv_langinfo_h, + AC_CACHE_VAL(tcl_cv_langinfo_h, [ AC_TRY_COMPILE([#include ], [nl_langinfo(CODESET);], - [tcl_cv_langinfo_h=yes],[tcl_cv_langinfo_h=no])) + [tcl_cv_langinfo_h=yes],[tcl_cv_langinfo_h=no])]) AC_MSG_RESULT([$tcl_cv_langinfo_h]) if test $tcl_cv_langinfo_h = yes; then AC_DEFINE(HAVE_LANGINFO) -- cgit v0.12