From 17296b5711b1d00ff792f0255b1623acd238d554 Mon Sep 17 00:00:00 2001 From: Dan Eble Date: Sat, 13 Nov 2021 18:25:03 -0500 Subject: [PATCH] Remove unused autoconf checks --- config.hh.in | 6 ------ configure.ac | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/config.hh.in b/config.hh.in index 4306bb11a1..698955ba6b 100644 --- a/config.hh.in +++ b/config.hh.in @@ -35,12 +35,6 @@ /* define if you have some kind of windows platform */ #define PLATFORM_WINDOWS 0 -/* define if you have assert.h */ -#define HAVE_ASSERT_H 0 - -/* define if you have libio.h */ -#define HAVE_LIBIO_H 0 - /* define if you have sys/stat.h */ #define HAVE_SYS_STAT_H 0 diff --git a/configure.ac b/configure.ac index 9cf5eab080..358b5b8905 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,7 @@ STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20110222) STEPMAKE_PATH_PROG(T1ASM, t1asm, REQUIRED) -AC_CHECK_HEADERS([assert.h grp.h libio.h pwd.h sys/stat.h wchar.h]) +AC_CHECK_HEADERS([grp.h pwd.h sys/stat.h]) AC_HEADER_STAT AC_FUNC_MEMCMP AC_FUNC_VPRINTF -- GitLab