aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-04-25 13:51:54 +0200
committerMax Kellermann <max@duempel.org>2010-04-25 13:51:54 +0200
commit54dedef9cf0e85901ac7edaab30e015010603352 (patch)
tree4ab2ac5b899726f4152693dce581f0a696a2df70 /configure.ac
parentb8b2ef3de139735e6f2e4eb815113267719d0ed4 (diff)
downloadmpd-54dedef9cf0e85901ac7edaab30e015010603352.tar.gz
mpd-54dedef9cf0e85901ac7edaab30e015010603352.tar.xz
mpd-54dedef9cf0e85901ac7edaab30e015010603352.zip
configure.ac: removed stray comma
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c42d2f907..d5c35c9a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.")