summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-02 11:26:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-02 11:26:56 (GMT)
commit6721f0c7f0894ce02485866498c6b1bdcebe7738 (patch)
tree300542b8adef70f9f0c4082e7522b6fc76ee549a /unix/configure
parentd217995668c58edf2b74fd92316ec9408b22e8a9 (diff)
downloadtk-6721f0c7f0894ce02485866498c6b1bdcebe7738.zip
tk-6721f0c7f0894ce02485866498c6b1bdcebe7738.tar.gz
tk-6721f0c7f0894ce02485866498c6b1bdcebe7738.tar.bz2
Sync tcl.m4 with Tcl version
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 8da1aa0..15e5a56 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5855,7 +5855,7 @@ fi
fi
;;
- FreeBSD-*)
+ DragonFly-*|FreeBSD-*)
# This configuration from FreeBSD Ports.
SHLIB_CFLAGS="-fPIC"
SHLIB_LD="${CC} -shared"
@@ -7063,7 +7063,7 @@ fi
BSD/OS*) ;;
CYGWIN_*|MINGW32_*) ;;
IRIX*) ;;
- NetBSD-*|FreeBSD-*|OpenBSD-*) ;;
+ NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;;
Darwin-*) ;;
SCO_SV-3.2*) ;;
*) SHLIB_CFLAGS="-fPIC" ;;