diff options
author | das <das@noemail.net> | 2006-07-20 07:40:45 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-07-20 07:40:45 (GMT) |
commit | ed11fb35d11cff69334c993d5c8c9b055c882fc7 (patch) | |
tree | 1b8e377ab8d61f51a4359cb329579514d80ea897 /unix | |
parent | 3ba872d886526a7f6fb283277becd0ce84759a67 (diff) | |
download | tk-ed11fb35d11cff69334c993d5c8c9b055c882fc7.zip tk-ed11fb35d11cff69334c993d5c8c9b055c882fc7.tar.gz tk-ed11fb35d11cff69334c993d5c8c9b055c882fc7.tar.bz2 |
cleanup quoting and whitespace
FossilOrigin-Name: f3453e7d248a9452a26f225b3085224e02147639
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tcl.m4 | 4 |
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) |