[build/fix] autoconf syntax for Ubuntu (12.04) version of autoconf aka that used on Travis
This commit is contained in:
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user