Description: Do not use ax-ext macros This disables the AX_EXT macros from the m4 folder, so that it disables the SSE extensions (otherwise the lib wont work on all CPU). . Thanks to pabs for his help here! Author: Thomas Goirand Forwarded: no Last-Update: 2014-06-06 --- gf-complete-1.02~0+2014.05.git259d53ea590b.orig/configure.ac +++ gf-complete-1.02~0+2014.05.git259d53ea590b/configure.ac @@ -22,7 +22,7 @@ CFLAGS="-Wall -Wpointer-arith -O3 -g" dnl Compiling with per-target flags requires AM_PROG_CC_C_O. AC_PROG_CC -AX_EXT() +#AX_EXT() AC_CONFIG_FILES([Makefile src/Makefile tools/Makefile test/Makefile examples/Makefile]) AC_OUTPUT