Ignore:
Timestamp:
Oct 21, 2013 6:32:16 AM (11 years ago)
Author:
ming
Message:

Re #1630 (misc): Thanks to Mark Michelson for the patch

This change makes the check for libm always occur during configuration, and it
also tests for the 'sin' function since there are places in the code that
require this function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r4435 r4623  
    121121AC_CHECK_LIB(rt,puts) 
    122122AC_CHECK_LIB(nsl,puts) 
     123AC_CHECK_LIB(m,sin) 
    123124AC_CHECK_LIB(uuid,uuid_generate) 
    124125AC_CHECK_LIB(uuid,uuid_generate,[ac_has_uuid_lib=1]) 
     
    196197                AC_DEFINE(PJ_HAS_FLOATING_POINT,1) 
    197198                AC_MSG_RESULT([Checking if floating point is disabled... no])  
    198                 AC_CHECK_LIB(m,fmod) 
    199199              ]) 
    200200 
Note: See TracChangeset for help on using the changeset viewer.