Commit ef444e6c authored by Warren Dukes's avatar Warren Dukes

--enable-ao enables ao, doesn't disable ao support

git-svn-id: https://svn.musicpd.org/mpd/trunk@3412 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 1bfa9173
......@@ -31,7 +31,7 @@ if test x$CC = xgcc; then
fi
MPD_LIBS=""
AC_ARG_ENABLE(ao,[ --enable-ao disable support for libao],,enable_ao=no)
AC_ARG_ENABLE(ao,[ --enable-ao enable support for libao],,enable_ao=no)
AC_ARG_ENABLE(shout,[ --disable-shout disable support for streaming through shout],,enable_shout=yes)
AC_ARG_ENABLE(iconv,[ --disable-iconv disable iconv support],,enable_iconv=yes)
AC_ARG_ENABLE(ipv6,[ --disable-ipv6 disable IPv6 support],,enable_ipv6=yes)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment