[build] wrap CBLAS check in a check for the cblas.h header
This commit is contained in:
@@ -76,7 +76,9 @@ AS_IF([test "x$enable_sse2" != "xno"], [
|
|||||||
CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}"
|
CFLAGS="-mfpmath=sse -msse2 -DUSE_SSE ${CFLAGS}"
|
||||||
])
|
])
|
||||||
|
|
||||||
AX_CBLAS()
|
AC_CHECK_HEADERS([cblas.h], [
|
||||||
|
AX_CBLAS()
|
||||||
|
])
|
||||||
|
|
||||||
AC_ARG_ENABLE([data-download],
|
AC_ARG_ENABLE([data-download],
|
||||||
[ --disable-data-download Disable downloading data],
|
[ --disable-data-download Disable downloading data],
|
||||||
|
|||||||
Reference in New Issue
Block a user