summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-08-20 02:15:10 -0700
committerStefano Karapetsas <[email protected]>2012-08-20 02:15:10 -0700
commit996f3c1b8f7093ffab37c6e01b5d4ff21f39af88 (patch)
tree011289191883820646f1993e09164f808ec4b0aa
parent38dad5577a382e7d98d90f92b6eea6faf4d3cf99 (diff)
parentef7945d2295d9b9ed07511b5eb7efa04f5019b3d (diff)
downloadeom-996f3c1b8f7093ffab37c6e01b5d4ff21f39af88.tar.bz2
eom-996f3c1b8f7093ffab37c6e01b5d4ff21f39af88.tar.xz
Merge pull request #3 from steev/master
Add a check for the maths library for proper linking when using gold
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6aae24e..5941acf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -455,6 +455,8 @@ fi
AM_CONDITIONAL([ENABLE_PYTHON],[test "x$enable_python" = "xyes"])
+AC_SEARCH_LIBS([floor],[m])
+
AC_CONFIG_FILES([
Makefile
src/Makefile