From cd1d1377430aa50fb1363fad7ab9de7026b4f716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 4 Apr 2016 23:06:50 +0100 Subject: Avoid unnecessary replacement source file floorl.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If282cb22dcf099559cbe8acd5b1affd07155af8c Reviewed-on: https://code.wireshark.org/review/14808 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e71495f91e..ed3d68ab7b 100644 --- a/configure.ac +++ b/configure.ac @@ -537,7 +537,6 @@ AC_SEARCH_LIBS([cos], [m]) # Check for C99 math functions. # AC_CHECK_FUNCS([floorl lrint]) -AM_CONDITIONAL([HAVE_FLOORL], [test "x$ac_cv_func_floorl" = xyes]) # # Check if we need to link with -lnsl and -lsocket -- cgit v1.2.3