remove the last NOT_HAVE_LOG2 instances

Change-Id: I193ecf82316cd1d5d7ddeebebf8fc98afccf0ede
This commit is contained in:
Pascal Massimino
2012-08-01 18:48:19 -07:00
committed by Gerrit Code Review
parent 323dc4d9b9
commit 9b261bf521
3 changed files with 2 additions and 7 deletions

View File

@ -29,11 +29,6 @@ AC_DEFUN([WITHLIB_OPTION],
[use $2 libraries from DIR]),
[$2_LIBS="-L$withval"])])
dnl === Check for native log2
AC_SEARCH_LIBS([log2], [m],,
[AC_DEFINE([NOT_HAVE_LOG2], [1],
[Undefine this if you have log2().])])
dnl === Check for pthread support
AC_ARG_ENABLE([threading],
AS_HELP_STRING([--disable-threading],