summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-05-28 08:27:29 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-05-28 08:27:29 +0200
commit61a65cda11d9134f914b59283db9cc8680b7beb7 (patch)
tree747522fa633680bdeb77be74ba68e47a32def761 /configure.ac
parent3edafbd0e5fa1f5b0d24e41fe52e44c201a763f0 (diff)
configure: Remove (now) useless check for cbrt
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d7de9c49a..caaa38190 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,10 +216,6 @@ dnl *** checks for functions ***
AC_CHECK_FUNCS([localtime_r gmtime_r])
dnl *** checks for math functions ***
-LIBS_SAVE=$LIBS
-LIBS="$LIBS $LIBM"
-AC_CHECK_FUNCS(cbrt)
-LIBS=$LIBS_SAVE
dnl *** checks for types/defines ***