[pisa-src] r1587 - trunk/configure.ac

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 08 Nov 2009 15:18:36 +0100

Author: biurrun
Date: Sun Nov  8 15:18:36 2009
New Revision: 1587

Log:
Remove pointless check for pow().
We do not use pow() anywhere.

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac  Sun Nov  8 15:08:50 2009        (r1586)
+++ trunk/configure.ac  Sun Nov  8 15:18:36 2009        (r1587)
@@ -23,8 +23,6 @@
 AC_PROG_LIBTOOL([disable-shared])
 
 # Checks for libraries.
-AC_CHECK_LIB(m, pow, AC_DEFINE(HAVE_LIBM_POW, 1,
-             [Define if you have pow function in libm.]), )
 AC_CHECK_LIB([crypto], DSA_generate_key,, AC_MSG_ERROR(openssl lib not found))
 AC_CHECK_LIB([config], [config_setting_index],,
              AC_MSG_ERROR(libconfig lib not found))

Other related posts:

  • » [pisa-src] r1587 - trunk/configure.ac - Diego Biurrun