From: Donald Sharp Date: Fri, 13 Jan 2017 13:02:50 +0000 (-0500) Subject: frr: Remove HAVE_LIBM from the system X-Git-Tag: frr-3.0-branchpoint~87^2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=6f26de536bfca09ff7920a03f78b2315e823175c;p=mirror%2Ffrr.git frr: Remove HAVE_LIBM from the system Signed-off-by: Donald Sharp --- diff --git a/configure.ac b/configure.ac index 519b1ea2e9..8050b9c832 100755 --- a/configure.ac +++ b/configure.ac @@ -779,7 +779,6 @@ AC_CHECK_HEADER([math.h], [AC_CHECK_LIB([m], [pow], [LIBM="-lm" LIBS="$LIBS $LIBM" - AC_DEFINE(HAVE_LIBM,, Have libm) AC_CHECK_FUNCS(pow,[],[LIBM=""]) ]) ])