Ignore:
Timestamp:
04/17/12 01:02:42 (13 months ago)
Author:
sam
Message:

Fix a weird problem with lib6 versioned symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/configure.ac

    r4683 r4809  
    179179AC_DEFINE_UNQUOTED(ATTRIBUTE_PRINTF(x,y), $ac_v_attribute_printf, [Define to the __printf__ attribute if present]) 
    180180 
     181AC_CHECK_LIB(dl, dladdr, 
     182 [AC_DEFINE(HAVE_DLADDR, 1, Define to 1 if you have the `dladdr' function.)]) 
     183 
    181184AC_CHECK_LIB(m, log, [MATH_LIBS="-lm"]) 
    182185AC_SUBST(MATH_LIBS) 
Note: See TracChangeset for help on using the changeset viewer.