From beca69b3a640e1197822265b23b6419effff686c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 11 Apr 2010 16:07:36 +0000 Subject: Fix ATA power off builds for the Player so they actually use ATA power off. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25591 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index 82f9cfb00f..87646148f2 100755 --- a/tools/configure +++ b/tools/configure @@ -436,8 +436,8 @@ whichadvanced () { ;; [Aa]) if [ "$modelname" = "archosplayer" ]; then - have_ata_poweroff="#define HAVE_ATA_POWEROFF" - echo "ATA poweroff enabled" + have_ata_poweroff="#define HAVE_ATA_POWER_OFF" + echo "ATA power off enabled" fi ;; [Bb]) -- cgit v1.2.3