Changeset 558
- Timestamp:
- 02/07/06 10:38:48 (7 years ago)
- Location:
- branches/libtrace2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
configure.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/libtrace2/ChangeLog
r556 r558 34 34 * fix bug with intervals in tracertstats 35 35 * add test3 to the test suite 36 * add test-filter to the test suite 37 * Fix some portability issues 36 38 37 39 - Version 2.0.26 -
branches/libtrace2/configure.in
r553 r558 35 35 # Checks for library functions. 36 36 AC_PROG_GCC_TRADITIONAL 37 AC_CHECK_FUNCS(socket strdup )37 AC_CHECK_FUNCS(socket strdup strlcpy) 38 38 39 39 AC_CHECK_SIZEOF([long int]) … … 117 117 [AC_DEFINE(HAVE_GDC_H,0,[Conditional for building with libGDC support]) libtrace_gdc=false]) 118 118 119 120 # Check for dlxxx 121 AC_CHECK_FUNC(dlopen, [], [AC_CHECK_LIB(dl,dlopen) 122 AC_CHECK_FUNC(dlopen)]) 119 123 120 124 # Check to see if we have libpcap
Note: See TracChangeset
for help on using the changeset viewer.
