Skip to content

Commit

Permalink
Merge pull request BlockstreamResearch#17
Browse files Browse the repository at this point in the history
a86f241 Add MacPorts default include/lib paths for OSX (Peter Dettman)
  • Loading branch information
sipa committed Jun 2, 2014
2 parents 7740eff + a86f241 commit 5355746
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ case $host in
;;
esac

case $host_os in
darwin*)
CPPFLAGS="$CPPFLAGS -I/opt/local/include"
LDFLAGS="$LDFLAGS -L/opt/local/lib"
;;
esac

AC_ARG_ENABLE(benchmark,
AS_HELP_STRING([--enable-benchmark],[compile benchmark (default is yes)]),
[use_benchmark=$enableval],
Expand Down

0 comments on commit 5355746

Please sign in to comment.