aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-10-22 23:12:52 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-10-22 23:12:52 +0000
commit413bf61ea1c3beaee98197e8d759ac2375ce51ef (patch)
tree2974eba537a94457c547c98e8ae5f6cdf5866770 /configure.ac
parent36a2d853bd42658a71610e270001a86bb10e9abd (diff)
downloadmpd-413bf61ea1c3beaee98197e8d759ac2375ce51ef.tar.gz
mpd-413bf61ea1c3beaee98197e8d759ac2375ce51ef.tar.xz
mpd-413bf61ea1c3beaee98197e8d759ac2375ce51ef.zip
fix a snafoo in configure.ac
git-svn-id: https://svn.musicpd.org/mpd/trunk@2306 09075e82-0dd4-0310-85a5-a0d7c8717e4f
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 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