chiark / gitweb /
whoops, fixed Matlab configure
authorstevenj <stevenj@alum.mit.edu>
Wed, 18 Nov 2009 16:41:55 +0000 (11:41 -0500)
committerstevenj <stevenj@alum.mit.edu>
Wed, 18 Nov 2009 16:41:55 +0000 (11:41 -0500)
darcs-hash:20091118164155-c8de0-e4a9d5fd59a87d668b045cf3ff61d2b817863099.gz

configure.ac

index 8aea692522555464b70cd515ae5a391a933fd10c..e80e511aa4c118fbf86b088a3e75d0e21c6e4be3 100644 (file)
@@ -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")