summaryrefslogtreecommitdiffstats
path: root/unix/configure
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/configure
parentdbdd83e5d0948f3fe8ec8411db902ebac4e6a621 (diff)
parent4c1c62892ab4c909053abeef49d6d223c8c2e586 (diff)
downloadtcl-500a1629c4b8275303fc0a60afd27964a2326960.zip
tcl-500a1629c4b8275303fc0a60afd27964a2326960.tar.gz
tcl-500a1629c4b8275303fc0a60afd27964a2326960.tar.bz2
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/configure b/unix/configure
index 013a8b3..225c0b1 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5731,7 +5731,7 @@ fi
CFLAGS="$CFLAGS -pthread"
LDFLAGS="$LDFLAGS -pthread"
;;
- FreeBSD-*)
+ DragonFly-*|FreeBSD-*)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
@@ -6472,7 +6472,7 @@ fi
BSD/OS*) ;;
CYGWIN_*) ;;
IRIX*) ;;
- NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;