diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-10-22 23:12:52 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-10-22 23:12:52 +0000 |
commit | 413bf61ea1c3beaee98197e8d759ac2375ce51ef (patch) | |
tree | 2974eba537a94457c547c98e8ae5f6cdf5866770 /configure.ac | |
parent | 36a2d853bd42658a71610e270001a86bb10e9abd (diff) | |
download | mpd-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.ac | 2 |
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 |