From 4e2597bd7ad1fbb855e049845de6ac603f833dc2 Mon Sep 17 00:00:00 2001 From: stevenj Date: Wed, 18 Nov 2009 11:41:55 -0500 Subject: [PATCH] whoops, fixed Matlab configure darcs-hash:20091118164155-c8de0-e4a9d5fd59a87d668b045cf3ff61d2b817863099.gz --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8aea692..e80e511 100644 --- a/configure.ac +++ b/configure.ac @@ -236,9 +236,9 @@ EOF if test x"$MEX_INSTALL_DIR" = "x"; then AC_MSG_WARN([can't find reasonable Matlab installation directory; Matlab plugins will not be compiled unless you manually specify MEX_INSTALL_DIR]) fi - else - MEX_INSTALL_DIR="" fi + else + MEX_INSTALL_DIR="" fi fi AM_CONDITIONAL(WITH_MATLAB, test x"$MEX_INSTALL_DIR" != "x") -- 2.30.2