summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-01-10 21:03:20 (GMT)
committernijtmans <nijtmans>2010-01-10 21:03:20 (GMT)
commit410442d9449a71f236beec703d0f00ecb3117aad (patch)
treeff908fc99f85d195c1e2702f068332e22e660d2e /unix/tcl.m4
parente9e90a1924a50dd71b3960169c0aca461d3e224b (diff)
downloadtk-410442d9449a71f236beec703d0f00ecb3117aad.zip
tk-410442d9449a71f236beec703d0f00ecb3117aad.tar.gz
tk-410442d9449a71f236beec703d0f00ecb3117aad.tar.bz2
Sync tcl.m4 and configure with Tcl version
Regenerate configure script with autoconf-2.59
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r--unix/tcl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index b799665..b7cb2ac 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1552,7 +1552,7 @@ dnl AC_CHECK_TOOL(AR, ar)
UNSHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}.a'
TCL_LIB_VERSIONS_OK=nodots
;;
- NetBSD-*|FreeBSD-[[3.4]].*)
+ NetBSD-*|FreeBSD-[[3-4]].*)
# FreeBSD 3.* and greater have ELF.
# NetBSD 2.* has ELF and can use 'cc -shared' to build shared libs
SHLIB_CFLAGS="-fPIC"