summaryrefslogtreecommitdiff
path: root/libarchive
diff options
context:
space:
mode:
authorRose <83477269+AtariDreams@users.noreply.github.com>2023-01-09 09:18:30 -0500
committerGitHub <noreply@github.com>2023-01-09 15:18:30 +0100
commit013aef1275899bcee0b394402673a949c33c72db (patch)
tree66ab332e791f42e7a838f3d817af374b2991d4ba /libarchive
parent0348e24bab24cc46642d29e3ceab64df22553298 (diff)
downloadlibarchive-013aef1275899bcee0b394402673a949c33c72db.tar.gz
Update autotools and fix warnings (#1815)
We do not need to check TIME_WITH_SYS_TIME anymore. We can check HAVE_SYS_TIME_H and not bother checking for C99.
Diffstat (limited to 'libarchive')
-rw-r--r--libarchive/config_freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/config_freebsd.h b/libarchive/config_freebsd.h
index 758621c4..498fd4c5 100644
--- a/libarchive/config_freebsd.h
+++ b/libarchive/config_freebsd.h
@@ -234,7 +234,7 @@
#define HAVE_WMEMCPY 1
#define HAVE_WMEMMOVE 1
#define HAVE_ZLIB_H 1
-#define TIME_WITH_SYS_TIME 1
+#define HAVE_SYS_TIME_H 1
#if __FreeBSD_version >= 800505
#define HAVE_LIBLZMA 1