From 413bf61ea1c3beaee98197e8d759ac2375ce51ef Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Fri, 22 Oct 2004 23:12:52 +0000 Subject: fix a snafoo in configure.ac git-svn-id: https://svn.musicpd.org/mpd/trunk@2306 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 22cbc6f99..0737b041d 100644 --- a/configure.ac +++ b/configure.ac @@ -436,7 +436,7 @@ dnl End of Vorbis Test dnl if test x$enable_ogg = xyes; then MPD_LIBS="$MPD_LIBS $VORBIS_LIBS $VORBISFILE_LIBS $VORBISENC_LIBS" - MPD_CFLAGS="$MPD_CFLAGS $VORBIS_CFLAGS $VORBISFILE_CFLAGS $VORBISENC_LIBS" + MPD_CFLAGS="$MPD_CFLAGS $VORBIS_CFLAGS $VORBISFILE_CFLAGS $VORBISENC_CFLAGS" fi fi -- cgit v1.2.3