blob: 305440cda8650c8dd572943ab898374a46d0e9bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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.
|