diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2021-02-19 11:03:38 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2021-02-19 11:03:38 +0100 |
commit | 1c1feeaf13968aa3103432d1ab118135191d536f (patch) | |
tree | ecd9f16404214cc87c1f1207326358ed9110d6a9 /build/linux | |
parent | 520b02e8ce9c99bafc0e486e1f6e255ecfe660af (diff) | |
download | astra-1c1feeaf13968aa3103432d1ab118135191d536f.tar.gz astra-1c1feeaf13968aa3103432d1ab118135191d536f.tar.bz2 astra-1c1feeaf13968aa3103432d1ab118135191d536f.tar.xz astra-1c1feeaf13968aa3103432d1ab118135191d536f.zip |
Slightly improve configure log
Diffstat (limited to 'build/linux')
-rw-r--r-- | build/linux/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/linux/configure.ac b/build/linux/configure.ac index e088f0c..7ef7187 100644 --- a/build/linux/configure.ac +++ b/build/linux/configure.ac @@ -85,7 +85,7 @@ fi # nvcc, cuda -AC_ARG_WITH(cuda, [[ --with-cuda=path path of CUDA SDK (optional)]],,) +AC_ARG_WITH(cuda, [[ --with-cuda=path path of CUDA (optional)]],,) if test x"$with_cuda" != xno; then NVCC_PATH=$PATH @@ -182,8 +182,8 @@ if test x"$with_matlab" != x; then fi fi -AC_MSG_CHECKING([if mex requires the -R2017b option]) if test x"$HAVEMATLAB" = xyes; then + AC_MSG_CHECKING([if mex requires the -R2017b option]) ASTRA_CHECK_MEX_OPTION([-R2017b],[$MEXSUFFIX],[ MEXFLAGS="-R2017b" # TODO: check if this is the best way of emulating -R2017b when using |