Skip to content

Commit

Permalink
Do not make library -lm into a make dependency.
Browse files Browse the repository at this point in the history
Makes BSD make stop complaining. GNU make knows how to ignore this.
  • Loading branch information
hishamhm committed Nov 12, 2014
1 parent 51c5ab0 commit 8558027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ then
AC_CHECK_LIB([dl], [dlopen], [lua_extra_libs="$lua_extra_libs -ldl"], [])
LUA_INCLUDE=-Ilua-${DIT_LUA_VERSION}/src
LUA_LIB="lua-${DIT_LUA_VERSION}/src/liblua.a $lua_extra_libs"
LUA_DEP="lua-${DIT_LUA_VERSION}/src/liblua.a $lua_extra_libs"
LUA_DEP="lua-${DIT_LUA_VERSION}/src/liblua.a"
fi

AC_SUBST([LUA_INCLUDE])
Expand Down

0 comments on commit 8558027

Please sign in to comment.