summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authordas <das>2006-07-20 07:40:23 (GMT)
committerdas <das>2006-07-20 07:40:23 (GMT)
commit25d2696923e17b5ad261b03beda0c1783c3ae8d9 (patch)
treec72c4e590844314ca8728e455274b991a93693a0 /unix/tcl.m4
parent472701c8e65c0becd4620bce71070564d0569287 (diff)
downloadtk-25d2696923e17b5ad261b03beda0c1783c3ae8d9.zip
tk-25d2696923e17b5ad261b03beda0c1783c3ae8d9.tar.gz
tk-25d2696923e17b5ad261b03beda0c1783c3ae8d9.tar.bz2
cleanup quoting and whitespace
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index e009b9b..b4374a9 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -833,9 +833,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, 1, [Do we have nl_langinfo()?])
@@ -1427,7 +1427,7 @@ dnl AC_CHECK_TOOL(AR, ar)
SHLIB_LD_LIBS='${LIBS}'
SHLIB_SUFFIX=".so"
- SHLIB_LD="${CC} -shared"
+ SHLIB_LD="${CC} -shared"
DL_OBJS=""
DL_LIBS="-ldl"
LDFLAGS="$LDFLAGS -Wl,--export-dynamic"