diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-04-17 04:36:40 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-04-21 07:35:33 -0700 |
commit | f153681522eec3577d518c16e8333654748a6627 (patch) | |
tree | b52a3a1d941b00c30f3227e6a07f84ec9b820e8d /configure.ac | |
parent | d73291959b529f124ab9e091f513ba4d801def81 (diff) | |
download | mpd-f153681522eec3577d518c16e8333654748a6627.tar.gz mpd-f153681522eec3577d518c16e8333654748a6627.tar.xz mpd-f153681522eec3577d518c16e8333654748a6627.zip |
configure.ac: Move AC_DEFINE for Ogg Tremor under other if conditional.
Ogg Tremor doesn't have the ability to be disabled under the first if
conditional, might as well AC_DEFINE there.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aed24ae5d..5b1eba4e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1064,9 +1064,7 @@ if test x$use_tremor = xyes; then AC_MSG_WARN([vorbisidec lib needed for ogg support with tremor -- disabling ogg support])) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" -fi -if test x$use_tremor = xyes; then AC_DEFINE(HAVE_TREMOR,1, [Define to use tremor (libvorbisidec) for ogg support]) fi |