aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-04-04 23:06:50 +0100
committerJoão Valverde <j@v6e.pt>2016-04-04 23:58:31 +0000
commitcd1d1377430aa50fb1363fad7ab9de7026b4f716 (patch)
tree6f7cc9bc9be89b2bcf2657c068929aad226fcb28 /configure.ac
parent74dccdc3b965b6d5144dca1ce15f19054f938046 (diff)
Avoid unnecessary replacement source file floorl.c
Change-Id: If282cb22dcf099559cbe8acd5b1affd07155af8c Reviewed-on: https://code.wireshark.org/review/14808 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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