diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-30 20:42:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-30 20:42:12 (GMT) |
commit | 500a1629c4b8275303fc0a60afd27964a2326960 (patch) | |
tree | 34a9a5375526edcc5abf6281ffa1ebd10fc3ec3c /unix/configure | |
parent | dbdd83e5d0948f3fe8ec8411db902ebac4e6a621 (diff) | |
parent | 4c1c62892ab4c909053abeef49d6d223c8c2e586 (diff) | |
download | tcl-500a1629c4b8275303fc0a60afd27964a2326960.zip tcl-500a1629c4b8275303fc0a60afd27964a2326960.tar.gz tcl-500a1629c4b8275303fc0a60afd27964a2326960.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 4 |
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" ;; |