configure.ac: remove remnants of ppc asm support
authorMatt Turner <mattst88@gmail.com>
Wed, 1 Aug 2012 15:27:37 +0000 (08:27 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 1 Aug 2012 17:12:22 +0000 (10:12 -0700)
Missed by d387899388bd7090bda50593e35f8ed3cb730c47.

Reviewed-by: Adam Jackson <ajax@redhat.com>
configure.ac

index 258c8ba0b479bd10912e588230185a457c19dd41..60eaaf280512b0e4748636e80d8f7b62c2292838 100644 (file)
@@ -470,13 +470,6 @@ if test "x$enable_asm" = xyes; then
             ;;
         esac
         ;;
-    powerpc)
-        case "$host_os" in
-        linux*)
-            asm_arch=ppc
-            ;;
-        esac
-        ;;
     sparc*)
         case "$host_os" in
         linux*)