Changeset 558


Ignore:
Timestamp:
02/07/06 10:38:48 (7 years ago)
Author:
perry
Message:

Added some portability fixes
Cleaned up the test suite some

Location:
branches/libtrace2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libtrace2/ChangeLog

    r556 r558  
    3434        * fix bug with intervals in tracertstats 
    3535        * add test3 to the test suite 
     36        * add test-filter to the test suite 
     37        * Fix some portability issues 
    3638 
    3739- Version 2.0.26 
  • branches/libtrace2/configure.in

    r553 r558  
    3535# Checks for library functions. 
    3636AC_PROG_GCC_TRADITIONAL 
    37 AC_CHECK_FUNCS(socket strdup) 
     37AC_CHECK_FUNCS(socket strdup strlcpy) 
    3838 
    3939AC_CHECK_SIZEOF([long int]) 
     
    117117             [AC_DEFINE(HAVE_GDC_H,0,[Conditional for building with libGDC support]) libtrace_gdc=false]) 
    118118 
     119 
     120# Check for dlxxx 
     121AC_CHECK_FUNC(dlopen, [], [AC_CHECK_LIB(dl,dlopen) 
     122                           AC_CHECK_FUNC(dlopen)]) 
    119123 
    120124# Check to see if we have libpcap 
Note: See TracChangeset for help on using the changeset viewer.