diff options
author | dgp <dgp@users.sourceforge.net> | 2021-06-18 19:36:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-06-18 19:36:54 (GMT) |
commit | a205393ead60459c1fd1860a66cc51011cbdaffe (patch) | |
tree | 0e4c55cd6cf9bf0fc99b8e3478ab77e8d5879b5a /unix/configure | |
parent | 346e9e294098953ae67cf7e84b7078630d6ba2ae (diff) | |
parent | 93570f80acc26b720d1e7535aa3752f8d3f47a45 (diff) | |
download | tcl-a205393ead60459c1fd1860a66cc51011cbdaffe.zip tcl-a205393ead60459c1fd1860a66cc51011cbdaffe.tar.gz tcl-a205393ead60459c1fd1860a66cc51011cbdaffe.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/configure b/unix/configure index 806579c..ea26d70 100755 --- a/unix/configure +++ b/unix/configure @@ -7204,12 +7204,12 @@ then : AIX-*) ;; BSD/OS*) ;; CYGWIN_*|MINGW32_*|MSYS_*) ;; - HP_UX*) ;; + HP-UX*) ;; Darwin-*) ;; IRIX*) ;; Linux*|GNU*) ;; - NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;; - OSF1-V*) ;; + NetBSD-*|OpenBSD-*) ;; + OSF1-*) ;; SCO_SV-3.2*) ;; *) SHLIB_CFLAGS="-fPIC" ;; esac |