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:
parent
24cf4a1365
commit
1ad2c17ddf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue