Skip to content

Commit

Permalink
Added the FreeBSD compatibility to configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict authored and radarsat1 committed Jan 11, 2018
1 parent c5a1c7b commit 1784283
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ case $host in
AC_CHECK_LIB(pthread, pthread_create, , AC_MSG_ERROR(RtMidi requires the pthread library!))
;;

*-*-freebsd*)
# Checks for pthread library.
AC_CHECK_LIB(pthread, pthread_create, , AC_MSG_ERROR(RtMidi requires the pthread library!))
;;

*-apple*)
# Look for Core flag
AS_IF([test "x$with_core" = "xyes"], [
Expand Down

0 comments on commit 1784283

Please sign in to comment.