From: Gert Doering Date: Sun, 20 Nov 2016 07:47:40 +0000 (+0100) Subject: Remove remaining traces of compat-stdbool.h X-Git-Tag: v2.4_beta2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5fc56a77ee08d10974ab7a245ceb94e13761a1b;p=thirdparty%2Fopenvpn.git Remove remaining traces of compat-stdbool.h commit 35be7e0d5 removed most references to compat-stdbool.h but overlooked configure and "make dist" Signed-off-by: Gert Doering Acked-by: Selva Nair Message-Id: <1479628060-32673-1-git-send-email-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13135.html Signed-off-by: Gert Doering --- diff --git a/configure.ac b/configure.ac index 4a45f057c..f4073d051 100644 --- a/configure.ac +++ b/configure.ac @@ -435,7 +435,7 @@ AX_EMPTY_ARRAY AC_CHECK_SIZEOF([unsigned int]) AC_CHECK_SIZEOF([unsigned long]) AC_CHECK_HEADERS([ \ - stdio.h stdarg.h stdbool.h limits.h \ + stdio.h stdarg.h limits.h \ time.h errno.h fcntl.h io.h direct.h \ ctype.h sys/types.h sys/socket.h \ signal.h unistd.h dlfcn.h \ diff --git a/src/compat/Makefile.am b/src/compat/Makefile.am index 06bab5c2e..0a9d1c25e 100644 --- a/src/compat/Makefile.am +++ b/src/compat/Makefile.am @@ -20,7 +20,6 @@ noinst_LTLIBRARIES = libcompat.la libcompat_la_SOURCES = \ compat.h \ - compat-stdbool.h \ compat-dirname.c \ compat-basename.c \ compat-gettimeofday.c \