summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-09-16 12:04:50 +0200
committerPeter Simons <simons@cryp.to>2016-09-16 12:04:50 +0200
commitd3d6bb4a4fb7df1508d1470d908dbd81b225a962 (patch)
treeea38e6eba15a20f587014a84f102b64cede55453
parentb0b147911518017137b3a94b3d6aa528e76d528d (diff)
downloadautoconf-archive-2016.09.16.tar.gz
ax_gcc_x86_cpu_supports: drop trailing blanksv2016.09.16
-rw-r--r--m4/ax_gcc_x86_cpu_supports.m46
1 files 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 <stdlib.h> ],
+ [AC_LANG_PROGRAM( [#include <stdlib.h> ],
[ __builtin_cpu_init ();
if (__builtin_cpu_supports("$1"))
return 0;