configure.ac: removed stray comma

This commit is contained in:
Max Kellermann 2010-04-25 13:51:54 +02:00
parent b8b2ef3de1
commit 54dedef9cf
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ if test x$enable_flac = xyes; then
if test x$enable_oggflac = xflac; then
if test x$enable_ogg = xyes; then
FLAC_LIBS="${FLAC_LIBS} -logg",
FLAC_LIBS="${FLAC_LIBS} -logg"
else
enable_oggflac=yes
AC_MSG_WARN("FLAC has the ogg API built in, but couldn't find ogg. Disabling oggflac.")