Skip to content

Commit

Permalink
Merge pull request #734 from vigsterkr/latent
Browse files Browse the repository at this point in the history
Mosek is using threads the -lpthread libarary flag was missing for cxx_check. Otherwise it should be amongst the POSTLINKFLAGS
  • Loading branch information
lisitsyn committed Aug 17, 2012
2 parents 80685b0 + 4a66c7b commit 9bcdbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure
Expand Up @@ -3504,7 +3504,7 @@ EOF
fi

echocheck "Mosek support"
if cxx_check $MOSEK_LDADD
if cxx_check $MOSEK_LDADD -lpthread
then
echores "yes"
USE_MOSEK='#define USE_MOSEK 1'
Expand Down

0 comments on commit 9bcdbb0

Please sign in to comment.