diff options
-rw-r--r-- | i386/configfrag.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i386/configfrag.ac b/i386/configfrag.ac index 1a6f5758..cf15c70f 100644 --- a/i386/configfrag.ac +++ b/i386/configfrag.ac @@ -105,6 +105,14 @@ AC_ARG_ENABLE([apic], enable_linux_groups=no [fi] +[case $host_platform:$host_cpu in + at:i?86) + :;; + *) + # Linux glue was only really tested on i386 + enable_linux_groups=no;; +esac] + [if [ x"$enable_linux_groups" != xno ]; then] # Linux glue does not like APIC enable_apic=no |