summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2006-07-20 07:39:56 (GMT)
committerdas <das>2006-07-20 07:39:56 (GMT)
commitb686e8f12340f7d8b2a73cb69edd95af5d9d99ed (patch)
tree5a80757bcdf8a195996e0b334214c836f1229fbe /unix/tcl.m4
parentbed796e06772e11d807d9394771ef16cf766b2cd (diff)
downloadtcl-b686e8f12340f7d8b2a73cb69edd95af5d9d99ed.zip
tcl-b686e8f12340f7d8b2a73cb69edd95af5d9d99ed.tar.gz
tcl-b686e8f12340f7d8b2a73cb69edd95af5d9d99ed.tar.bz2
cleanup quoting and whitespace
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m44
1 files 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 <langinfo.h>], [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)