summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-30 20:42:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-30 20:42:12 (GMT)
commit500a1629c4b8275303fc0a60afd27964a2326960 (patch)
tree34a9a5375526edcc5abf6281ffa1ebd10fc3ec3c /unix/tcl.m4
parentdbdd83e5d0948f3fe8ec8411db902ebac4e6a621 (diff)
parent4c1c62892ab4c909053abeef49d6d223c8c2e586 (diff)
downloadtcl-500a1629c4b8275303fc0a60afd27964a2326960.zip
tcl-500a1629c4b8275303fc0a60afd27964a2326960.tar.gz
tcl-500a1629c4b8275303fc0a60afd27964a2326960.tar.bz2
Merge 8.6
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 e27cc2c..e41930e 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1374,7 +1374,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
CFLAGS="$CFLAGS -pthread"
LDFLAGS="$LDFLAGS -pthread"
;;
- FreeBSD-*)
+ DragonFly-*|FreeBSD-*)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
@@ -1803,7 +1803,7 @@ dnl # preprocessing tests use only CPPFLAGS.
BSD/OS*) ;;
CYGWIN_*) ;;
IRIX*) ;;
- NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;