summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-30 20:40:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-30 20:40:03 (GMT)
commit434a115a3c3cbd45b3e01a1af2ad1e960077a056 (patch)
tree4ed50ba9a076d7a653852e2efded65fa90795ca5 /unix/tcl.m4
parent74707353e824dd0dced5d646f6603f80e9647ae5 (diff)
downloadtcl-434a115a3c3cbd45b3e01a1af2ad1e960077a056.zip
tcl-434a115a3c3cbd45b3e01a1af2ad1e960077a056.tar.gz
tcl-434a115a3c3cbd45b3e01a1af2ad1e960077a056.tar.bz2
Add support for DragonFly
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 99e0cbd..38f1377 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1563,7 +1563,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
LDFLAGS="$LDFLAGS -pthread"
])
;;
- FreeBSD-*)
+ DragonFly-*|FreeBSD-*)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
@@ -2059,7 +2059,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" ;;