From 84292aeaea05e14f30c43fa3bfa85fba78c6bbfa Mon Sep 17 00:00:00 2001
From: Warren Dukes <warren.dukes@gmail.com>
Date: Thu, 18 Mar 2004 04:36:28 +0000
Subject: [PATCH] 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(-)

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 ""