changeset 706:f520a0abddbc trunk

[svn] - fix AAC build
author nenolod
date Sun, 26 Feb 2006 15:41:10 -0800
parents 93c09e025180
children c0b4fba16247
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sun Feb 26 15:39:06 2006 -0800
+++ b/configure.ac	Sun Feb 26 15:41:10 2006 -0800
@@ -336,7 +336,7 @@
     [enable_aac=yes]
 )
 
-if test "$have_aac" = "yes"; then
+if test "$enable_aac" = "yes"; then
 	INPUT_PLUGINS="$INPUT_PLUGINS aac"
 fi