diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-04 07:48:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-04 07:48:36 (GMT) |
commit | 89653c15cf9ebdfc823fd905682b6760da4a1d44 (patch) | |
tree | 103b98d0d2c670db72df6f47eb2f71acf8f9abc8 /unix/configure | |
parent | b91eaa4a758229d9a7b3a08c859c3f3368782b4f (diff) | |
parent | 7dd3bef5d360c692c4afe0e520f8516391bd5ccb (diff) | |
download | tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.zip tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.gz tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.bz2 |
Merge 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/unix/configure b/unix/configure index c1e2fac..e68bb3f 100755 --- a/unix/configure +++ b/unix/configure @@ -7206,7 +7206,7 @@ then : Darwin-*) ;; IRIX*) ;; Linux*|GNU*) ;; - NetBSD-*|OpenBSD-*) ;; + NetBSD-*|DragonFly-*|FreeBSD-*|OpenBSD-*) ;; OSF1-V*) ;; SCO_SV-3.2*) ;; *) SHLIB_CFLAGS="-fPIC" ;; @@ -9219,14 +9219,6 @@ then : fi -# Obsolete code to be removed. -if test $ac_cv_header_sys_time_h = yes; then - -printf "%s\n" "#define TIME_WITH_SYS_TIME 1" >>confdefs.h - -fi -# End of obsolete code. - ac_fn_c_check_func "$LINENO" "gmtime_r" "ac_cv_func_gmtime_r" if test "x$ac_cv_func_gmtime_r" = xyes |