You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libee/files/0.3.2-add_math_lib_configur...

17 lines
472 B

diff -r fb643518cffc configure.ac
--- a/configure.ac Sun Apr 22 18:45:47 2012 +0300
+++ b/configure.ac Sun Apr 22 18:48:05 2012 +0300
@@ -18,11 +18,8 @@
AC_PROG_LIBTOOL
# Checks for libraries.
-save_LIBS=$LIBS
-LIBS=
-#AC_SEARCH_LIBS(clock_gettime, rt)
+AC_SEARCH_LIBS(pow, m)
#rt_libs=$LIBS
-LIBS=$save_LIBS
# We CURRENTLY do NOT need libxml, but this will change at a later stage.
# If we need libxml, we need it for features which some may not find essential.