From 54dedef9cf0e85901ac7edaab30e015010603352 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Apr 2010 13:51:54 +0200 Subject: configure.ac: removed stray comma --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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.") -- cgit v1.2.3