Skip to content

Commit

Permalink
Change configure.ac to fix missing libm param
Browse files Browse the repository at this point in the history
Fix suggested by @discworld. I don't personally know autotools well
enough to understand the implications of this change, so I'll let CI
be the judge.
  • Loading branch information
Brandon Mulcahy committed Nov 5, 2016
1 parent f5f711a commit 2401def
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ AC_C_INLINE
AC_TYPE_OFF_T
AC_TYPE_SIZE_T
AC_STRUCT_TM
LT_LIB_M
AC_SUBST(LIBM)
AC_SEARCH_LIBS([powf], [m])

dnl -----------------------------------------------------------------------

Expand Down

0 comments on commit 2401def

Please sign in to comment.