oops forgot forte C++ fixes in configure.ac

git-svn-id: https://svn.musicpd.org/mpd/trunk@1227 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-05-29 12:38:54 +00:00
parent 24cf4a1365
commit 1ad2c17ddf
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@ AC_PROG_MAKE_SET
AM_CONFIG_HEADER(config.h)
MPD_CFLAGS="-Wall"
MPD_CFLAGS=""
if test x$CC = xgcc; then
MPD_CFLAGS="-Wall"
fi
MPD_LIBS=""
AC_ARG_ENABLE(audio,[ --disable-audio disable support for playing],,enable_ao=yes)