Skip to content

Commit

Permalink
- fix configure
Browse files Browse the repository at this point in the history
- fix tests


git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17543 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Oct 4, 2013
1 parent 564cc10 commit 09a4b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -460,7 +460,7 @@ else
fi

if ! test "$NO_IPOPT" = "yes"; then
LIBS = $IPOPT_LDFLAGS
LIBS=$IPOPT_LDFLAGS
AC_SEARCH_LIBS(CreateIpoptProblem,ipopt,,[NO_IPOPT="yes"])
LIBS=""
fi
Expand Down

0 comments on commit 09a4b3c

Please sign in to comment.