From 264866d7199e72c1cc4cb1feb7fc23aebb5677e0 Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 5 Apr 2017 09:43:24 -0400 Subject: [PATCH] [build/fix] autoconf syntax for Ubuntu (12.04) version of autoconf aka that used on Travis --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a35a7dc6..4f4bfcc1 100644 --- a/configure.ac +++ b/configure.ac @@ -75,9 +75,7 @@ AS_IF([test "x$enable_sse2" != "xno"], [ CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" ]) -AC_CHECK_HEADERS([cblas.h], [ - AX_CBLAS() -]) +AC_CHECK_HEADER(cblas.h, [AX_CBLAS]) AC_ARG_ENABLE([data-download], [ --disable-data-download Disable downloading data],