--- configure.ac | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 5e1a4c5..11f20ae 100644 --- a/configure.ac +++ b/configure.ac @@ -422,18 +422,6 @@ AX_CHECK_DEFINE([netinet/in.h], [INADDR_NONE], [], [AC_DEFINE([INADDR_NONE], [0xffffffff], [Define INADDR_NONE if not found in <netinet/in.h>])])]) -# _Bool -AC_CACHE_CHECK([whether $CC knows _Bool], - pulseaudio_cv__Bool, - [AC_COMPILE_IFELSE( - AC_LANG_PROGRAM([], [[_Bool b;]]), - [pulseaudio_cv__Bool=yes], - [pulseaudio_cv__Bool=no]) - ]) - -AS_IF([test "$pulseaudio_cv__Bool" = "yes"], AC_DEFINE([HAVE_STD_BOOL], 1, [Have _Bool.])) - - #### Thread support #### AX_TLS -- 1.7.7.6