diff --git a/configure.ac b/configure.ac index 6222f3abb..8f0ead775 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,8 @@ AC_PROG_MAKE_SET AM_CONFIG_HEADER(config.h) MPD_CFLAGS="" -if test x$CC = xgcc; then +if echo "$CC" | grep gcc >/dev/null +then MPD_CFLAGS="-Wall" fi MPD_LIBS=""