diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-30 20:41:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-30 20:41:01 (GMT) |
commit | 4c1c62892ab4c909053abeef49d6d223c8c2e586 (patch) | |
tree | 0acde56fe8835999a70827713ce89d8001fc3019 /unix/tcl.m4 | |
parent | 538c6791ab793020033429d22b2f0e21efdd43e9 (diff) | |
parent | 434a115a3c3cbd45b3e01a1af2ad1e960077a056 (diff) | |
download | tcl-4c1c62892ab4c909053abeef49d6d223c8c2e586.zip tcl-4c1c62892ab4c909053abeef49d6d223c8c2e586.tar.gz tcl-4c1c62892ab4c909053abeef49d6d223c8c2e586.tar.bz2 |
Merge 8.5
Diffstat (limited to 'unix/tcl.m4')
-rw-r--r-- | unix/tcl.m4 | 4 |
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" ;; |