summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-03-23 14:27:14 +0100
committerThomas Haller <thaller@redhat.com>2017-03-23 14:48:46 +0100
commit54344bc0631b16eb623bfbd91e6f7b3d03b27c09 (patch)
tree646dcddd516796c51b6efbe9a46d55b1b952c4da /configure.ac
parente15966ac7f3b43df2acf869f98089762807d0568 (diff)
downloadlibnl-54344bc0631b16eb623bfbd91e6f7b3d03b27c09.tar.gz
all: don't use math.h or link with libm.so
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 2739b997..66585db4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,6 @@ AM_PROG_LIBTOOL
AC_PROG_MKDIR_P
AC_CHECK_PROGS(FLEX, 'flex')
AC_CHECK_PROGS(YACC, 'bison -y')
-AC_CHECK_LIB([m], [pow], [], AC_MSG_ERROR([libm is required]))
AC_C_CONST
AC_C_INLINE