aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-18 04:36:28 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-18 04:36:28 +0000
commit84292aeaea05e14f30c43fa3bfa85fba78c6bbfa (patch)
treefc92b4d768bcc973b188cb8302c16e12ab4257d3 /configure.ac
parent4e422a7fbd26644c393b693ce8a8d6c5e211155a (diff)
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.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 93952589..9b73748b 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 ""