]> git.sesse.net Git - vlc/commitdiff
* spelling error hostt_cpu -> host_cpu
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 20 Oct 2006 19:31:15 +0000 (19:31 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 20 Oct 2006 19:31:15 +0000 (19:31 +0000)
configure.ac

index 40659791622221e3dd837765d510ba480b90c14e..00a5e7430fdc2ccbf5d4682d8c923bf1dc05d54a 100644 (file)
@@ -1396,9 +1396,9 @@ else
         CFLAGS_TUNING="-march=pentium-m -mtune=prescott"
     elif test "${host_cpu}" = "i686" -o "${host_cpu}" = "i586" -o "${host_cpu}" = "i486" -o "${host_cpu}" = "i386"; then
         CFLAGS_TUNING="-mtune=pentium2"
-    elif test "${hostt_cpu}" = "x86_64"; then
+    elif test "${host_cpu}" = "x86_64"; then
         CFLAGS_TUNING="-mtune=athlon64"
-    elif test "${hostt_cpu}" = "powerpc"; then
+    elif test "${host_cpu}" = "powerpc"; then
         CFLAGS_TUNING="-mtune=G4";
     fi
 fi