diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-03-18 04:36:28 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-03-18 04:36:28 +0000 |
commit | 84292aeaea05e14f30c43fa3bfa85fba78c6bbfa (patch) | |
tree | fc92b4d768bcc973b188cb8302c16e12ab4257d3 /configure.ac | |
parent | 4e422a7fbd26644c393b693ce8a8d6c5e211155a (diff) | |
download | mpd-84292aeaea05e14f30c43fa3bfa85fba78c6bbfa.tar.gz mpd-84292aeaea05e14f30c43fa3bfa85fba78c6bbfa.tar.xz mpd-84292aeaea05e14f30c43fa3bfa85fba78c6bbfa.zip |
MP4/AAC, not just AAC
git-svn-id: https://svn.musicpd.org/mpd/trunk@273 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 93952589a..9b73748b3 100644 --- a/configure.ac +++ b/configure.ac @@ -386,9 +386,9 @@ else fi if test x$enable_aac = xyes; then - echo "AAC support ...................enabled" + echo "MP4/AAC support ...............enabled" else - echo "AAC support ...................disabled" + echo "MP4/AAC support ...............disabled" fi echo "" |