From 345672b3fe38367d674f9d85b0bb4327f5a5c586 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 9 Jan 2012 18:25:24 -0500 Subject: [PATCH] Fix AC_LANG_SOURCE usage: only takes one parameter Signed-off-by: Mathieu Desnoyers --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3bc9964b..9730ce60 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,6 @@ This error can also occur when the liburcu package's configure script has not be AC_MSG_CHECKING([caa_likely()]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ #include -]], [[ void fct(void) { if (caa_likely(1)) { @@ -157,7 +156,6 @@ AC_MSG_RESULT($LIBFORMAT) if test "x$host_cpu" = "xarm" ; then AC_MSG_CHECKING([checking for armv5]) AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ -]], [[ #ifndef __ARM_ARCH_5TEJ__ #error "no arm5 here" #endif -- 2.34.1