Skip to content

Commit

Permalink
Add MacPorts default include/lib paths for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdettman committed May 20, 2014
1 parent 78fb796 commit a86f241
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 a86f241

Please sign in to comment.