X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/18f94073fa55c7d32d0e84ee0d8d033a950a77b0..375d9478a5b6b14bfb5f6e1a054e900a18e40717:/configure.ac?ds=sidebyside diff --git a/configure.ac b/configure.ac index d549db5..f08d42c 100644 --- a/configure.ac +++ b/configure.ac @@ -522,7 +522,6 @@ if test $want_server = yes; then AC_CHECK_HEADERS([db.h],[:],[ missing_headers="$missing_headers $ac_header" ]) - AC_CHECK_HEADERS([FLAC/file_decoder.h]) fi AC_CHECK_HEADERS([dlfcn.h gcrypt.h \ getopt.h iconv.h langinfo.h \ @@ -764,7 +763,7 @@ if test "x$GCC" = xyes; then fi # a reasonable default set of warnings - CC="${CC} -Wall -W -Wpointer-arith -Wbad-function-cast \ + CC="${CC} -Wall -W -Wpointer-arith \ -Wwrite-strings -Wmissing-prototypes \ -Wmissing-declarations -Wnested-externs"