Skip to content
Snippets Groups Projects
Commit fd66086c authored by Houtan Bastani's avatar Houtan Bastani
Browse files

bug fix: configure output should be no for k-order if matlab is not present

parent e48f5350
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ else ...@@ -98,7 +98,7 @@ else
BUILD_MEX_MATLAB="no (missing MATLAB, or unknown version, or unknown architecture)" BUILD_MEX_MATLAB="no (missing MATLAB, or unknown version, or unknown architecture)"
fi fi
if test "x$ac_cv_header_matio_h" = "xyes" -a "x$ac_cv_lib_matio_Mat_Open" = "xyes"; then if test "x$ax_enable_matlab" = "xyes" -a "x$ac_cv_header_matio_h" = "xyes" -a "x$ac_cv_lib_matio_Mat_Open" = "xyes"; then
BUILD_KORDER_DYNSIMUL_MEX_MATLAB="yes" BUILD_KORDER_DYNSIMUL_MEX_MATLAB="yes"
else else
BUILD_KORDER_DYNSIMUL_MEX_MATLAB="no (missing MatIO library)" BUILD_KORDER_DYNSIMUL_MEX_MATLAB="no (missing MatIO library)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment