From 84292aeaea05e14f30c43fa3bfa85fba78c6bbfa Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 18 Mar 2004 04:36:28 +0000 Subject: MP4/AAC, not just AAC git-svn-id: https://svn.musicpd.org/mpd/trunk@273 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 "" -- cgit v1.2.3