[build] wrap CBLAS check in a check for the cblas.h header

This commit is contained in:
Al
2017-03-30 15:53:38 -04:00
parent db726d5ce1
commit 27426e90d0

View File

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