]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove remaining traces of compat-stdbool.h
authorGert Doering <gert@greenie.muc.de>
Sun, 20 Nov 2016 07:47:40 +0000 (08:47 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 20 Nov 2016 13:26:18 +0000 (14:26 +0100)
commit 35be7e0d5 removed most references to compat-stdbool.h but
overlooked configure and "make dist"

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Selva Nair <selva.nair@gmail.com>
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 <gert@greenie.muc.de>
configure.ac
src/compat/Makefile.am

index 4a45f057cad4e911bec5a1e239b564f221b66ca4..f4073d051e8e74de6974cad5008d38e4cf4835fb 100644 (file)
@@ -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 \
index 06bab5c2e80c1513522b016260e94828066b4d16..0a9d1c25edf8dc4855d2536563ba9b075cc118bd 100644 (file)
@@ -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 \