Skip to content

Commit

Permalink
Fixed a typo which prevented the usage of the metis library when ./co…
Browse files Browse the repository at this point in the history
…nfigure --with-METIS=DIR is used.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Michael Kloeppel committed Apr 3, 2014
1 parent b0c8f3e commit ac9e008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -906,7 +906,7 @@ AC_ARG_WITH(PATOH, [ --with-PATOH=DIR Compile with PATOH hyperg
AC_MSG_RESULT([Enabling PATOH... PATOHHOME="$withval"]);
PATOHHOME="$withval";
], [
if test USE_METIS=0; then
if test "$USE_METIS" =0; then
USE_GRAPH=0
fi
USE_PATOH=0;
Expand Down

0 comments on commit ac9e008

Please sign in to comment.