summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-05 18:16:20 +0000
committerKarl Berry <karl@freefriends.org>2020-11-05 18:16:20 +0000
commit53f260e2dd85db5d29cd6f861ad49a23c2ed06f1 (patch)
treea72e22c4518e0487c38eb346d8988e8f80bbf4ae /Build/source/texk/detex/configure
parenta9774df37b7531f847a3060ddc767e5c12a251e3 (diff)
remove AC_HEADER_TIME, (hopefully) no longer needed per autoconf
git-svn-id: svn://tug.org/texlive/trunk@56860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/detex/configure')
-rwxr-xr-xBuild/source/texk/detex/configure35
1 files changed, 0 insertions, 35 deletions
diff --git a/Build/source/texk/detex/configure b/Build/source/texk/detex/configure
index 1d0c8a6c2b1..0d3252224c1 100755
--- a/Build/source/texk/detex/configure
+++ b/Build/source/texk/detex/configure
@@ -13627,41 +13627,6 @@ fi
rm -f conftest.l $LEX_OUTPUT_ROOT.c
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
-$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
-if ${ac_cv_header_time+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <sys/types.h>
-#include <sys/time.h>
-#include <time.h>
-
-int
-main ()
-{
-if ((struct tm *) 0)
-return 0;
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_compile "$LINENO"; then :
- ac_cv_header_time=yes
-else
- ac_cv_header_time=no
-fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
-$as_echo "$ac_cv_header_time" >&6; }
-if test $ac_cv_header_time = yes; then
-
-$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
-
-fi
-
ac_config_headers="$ac_config_headers c-auto.h:c-auto.in"