Skip to content

Commit

Permalink
disable lrint support for now (#4617)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Mar 28, 2013
1 parent 4be6eb6 commit 73ac893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ check_function_exists("strlcpy" HAVE_STRLCPY)
check_function_exists("strlen" HAVE_STRLEN)
check_function_exists("strncasecmp" HAVE_STRNCASECMP)
check_function_exists("vsnprintf" HAVE_VSNPRINTF)
check_function_exists("lrintf" HAVE_LRINTF)
check_function_exists("lrint" HAVE_LRINT)
#check_function_exists("lrintf" HAVE_LRINTF)
#check_function_exists("lrint" HAVE_LRINT)

check_include_file(dlfcn.h HAVE_DLFCN_H)

Expand Down

0 comments on commit 73ac893

Please sign in to comment.