summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-07-19 17:01:00 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-07-19 17:01:00 +0900
commit64bcee3c467d837694d225e15981ea76ebf7e7b9 (patch)
treef293063995a19a265a754732b4b635e816b20707
parentb1b808f30f83e92e7d30a9336588c15553699a7b (diff)
downloadlibgpg-error-64bcee3c467d837694d225e15981ea76ebf7e7b9.tar.gz
build: Fix configure script.
* configure.ac (AC_HEADER_TIME): Remove obsolete AC macro. (AC_CHECK_SIZEOF(time_t)): Remove unneeded check. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r--configure.ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac
index a123630..b457178 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,20 +220,6 @@ AC_C_CONST
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long long)
-AC_HEADER_TIME
-AC_CHECK_SIZEOF(time_t,,[[
-#include <stdio.h>
-#if TIME_WITH_SYS_TIME
-# include <sys/time.h>
-# include <time.h>
-#else
-# if HAVE_SYS_TIME_H
-# include <sys/time.h>
-# else
-# include <time.h>
-# endif
-#endif
-]])
GNUPG_FUNC_MKDIR_TAKES_ONE_ARG