From d3d6bb4a4fb7df1508d1470d908dbd81b225a962 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 16 Sep 2016 12:04:50 +0200 Subject: ax_gcc_x86_cpu_supports: drop trailing blanks --- m4/ax_gcc_x86_cpu_supports.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/ax_gcc_x86_cpu_supports.m4 b/m4/ax_gcc_x86_cpu_supports.m4 index a61a14a..2b008c7 100644 --- a/m4/ax_gcc_x86_cpu_supports.m4 +++ b/m4/ax_gcc_x86_cpu_supports.m4 @@ -57,7 +57,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 1 +#serial 2 AC_DEFUN_ONCE([_AX_GCC_X86_CPU_INIT], [AC_LANG_PUSH([C]) @@ -78,10 +78,10 @@ AC_DEFUN([AX_GCC_X86_CPU_SUPPORTS], AC_REQUIRE([_AX_GCC_X86_CPU_INIT]) AC_LANG_PUSH([C]) AS_VAR_PUSHDEF([gcc_x86_feature], [AS_TR_SH([ax_cv_gcc_x86_cpu_supports_$1])]) - AC_CACHE_CHECK([for x86 $1 instruction support], + AC_CACHE_CHECK([for x86 $1 instruction support], [gcc_x86_feature], [AC_RUN_IFELSE( - [AC_LANG_PROGRAM( [#include ], + [AC_LANG_PROGRAM( [#include ], [ __builtin_cpu_init (); if (__builtin_cpu_supports("$1")) return 0; -- cgit v1.2.1