* configure.ac (asm_path): Recognize "x86", in addition to "i?86",
for 32-bit x86 processors. Reportedly needed for x86 android builds.
+2018-01-23 Niels Möller <nisse@lysator.liu.se>
+
+ * configure.ac (asm_path): Recognize "x86", in addition to "i?86",
+ for 32-bit x86 processors. Reportedly needed for x86 android builds.
+
2018-01-20 Niels Möller <nisse@lysator.liu.se>
CFB8 support, contributed by Dmitry Eremin-Solenikov.
asm_path=
if test "x$enable_assembler" = xyes ; then
case "$host_cpu" in
- [i?86* | k[5-8]* | pentium* | athlon])
+ [x86 | i?86* | k[5-8]* | pentium* | athlon])
asm_path=x86
;;
[x86_64 | amd64])