diff options
-rwxr-xr-x | tools/configure | 4 |
1 files 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 () { | |||
436 | ;; | 436 | ;; |
437 | [Aa]) | 437 | [Aa]) |
438 | if [ "$modelname" = "archosplayer" ]; then | 438 | if [ "$modelname" = "archosplayer" ]; then |
439 | have_ata_poweroff="#define HAVE_ATA_POWEROFF" | 439 | have_ata_poweroff="#define HAVE_ATA_POWER_OFF" |
440 | echo "ATA poweroff enabled" | 440 | echo "ATA power off enabled" |
441 | fi | 441 | fi |
442 | ;; | 442 | ;; |
443 | [Bb]) | 443 | [Bb]) |