summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 07:48:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 07:48:36 (GMT)
commit89653c15cf9ebdfc823fd905682b6760da4a1d44 (patch)
tree103b98d0d2c670db72df6f47eb2f71acf8f9abc8 /unix/configure
parentb91eaa4a758229d9a7b3a08c859c3f3368782b4f (diff)
parent7dd3bef5d360c692c4afe0e520f8516391bd5ccb (diff)
downloadtcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.zip
tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.gz
tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure10
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