From: stevenj Date: Wed, 18 Nov 2009 16:41:55 +0000 (-0500) Subject: whoops, fixed Matlab configure X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4e2597bd7ad1fbb855e049845de6ac603f833dc2;p=nlopt.git whoops, fixed Matlab configure darcs-hash:20091118164155-c8de0-e4a9d5fd59a87d668b045cf3ff61d2b817863099.gz --- 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")