From 2ea586860dfbafe92140e1264fdc30ff34d0645f Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Wed, 25 Jul 2012 17:39:23 +0100 Subject: libxl: kill the need for checking and linking to libm Which was introduced in 7b0dc7f3ddfe. This is because the NUMA placement heuristic does not need FP arith anymore. As usual when changing configure.ac, remember to rerun autoconf after applying this change. Signed-off-by: Dario Faggioli Acked-by: Ian Campbell Committed-by: Ian Campbell --- tools/config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/config.h.in') diff --git a/tools/config.h.in b/tools/config.h.in index 87d744b1b5..bc1ed1057b 100644 --- a/tools/config.h.in +++ b/tools/config.h.in @@ -6,9 +6,6 @@ /* Define to 1 if you have the `crypto' library (-lcrypto). */ #undef HAVE_LIBCRYPTO -/* Define to 1 if you have the `m' library (-lm). */ -#undef HAVE_LIBM - /* Define to 1 if you have the `yajl' library (-lyajl). */ #undef HAVE_LIBYAJL -- cgit v1.2.3