summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-30 20:41:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-30 20:41:01 (GMT)
commit4c1c62892ab4c909053abeef49d6d223c8c2e586 (patch)
tree0acde56fe8835999a70827713ce89d8001fc3019 /unix/tcl.m4
parent538c6791ab793020033429d22b2f0e21efdd43e9 (diff)
parent434a115a3c3cbd45b3e01a1af2ad1e960077a056 (diff)
downloadtcl-4c1c62892ab4c909053abeef49d6d223c8c2e586.zip
tcl-4c1c62892ab4c909053abeef49d6d223c8c2e586.tar.gz
tcl-4c1c62892ab4c909053abeef49d6d223c8c2e586.tar.bz2
Merge 8.5
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 0ee12f9..ed11f9b 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1516,7 +1516,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LDFLAGS="$LDFLAGS -pthread"
])
;;
- FreeBSD-*)
+ DragonFly-*|FreeBSD-*)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
@@ -2012,7 +2012,7 @@ dnl # preprocessing tests use only CPPFLAGS.
BSD/OS*) ;;
CYGWIN_*|MINGW32_*) ;;
IRIX*) ;;
- NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;