[build/fix] autoconf syntax for Ubuntu (12.04) version of autoconf aka that used on Travis

This commit is contained in:
Al
2017-04-05 09:43:24 -04:00
parent ef0d4c2ded
commit 264866d719

View File

@@ -75,9 +75,7 @@ AS_IF([test "x$enable_sse2" != "xno"], [
CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}" CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}"
]) ])
AC_CHECK_HEADERS([cblas.h], [ AC_CHECK_HEADER(cblas.h, [AX_CBLAS])
AX_CBLAS()
])
AC_ARG_ENABLE([data-download], AC_ARG_ENABLE([data-download],
[ --disable-data-download Disable downloading data], [ --disable-data-download Disable downloading data],