Changeset 19aa8d5 for configure.in
- Timestamp:
- 01/25/11 13:30:01 (10 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- ae76c14
- Parents:
- 3c83e7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rc01d813 r19aa8d5 4 4 # and in the README 5 5 6 AC_INIT([libtrace],[3.0. 8],[contact@wand.net.nz],[libtrace])6 AC_INIT([libtrace],[3.0.9],[contact@wand.net.nz],[libtrace]) 7 7 8 8 LIBTRACE_MAJOR=3 9 9 LIBTRACE_MID=0 10 LIBTRACE_MINOR= 810 LIBTRACE_MINOR=9 11 11 12 12 # OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not … … 214 214 215 215 # Check to see if we have libdl - *BSD has built-in libdl 216 AC_ CHECK_LIB(dl, dlopen)216 AC_SEARCH_LIBS(dl, dlopen) 217 217 218 218 # Check for libpcap … … 374 374 AC_SEARCH_LIBS(inet_ntop, nsl, [], [], -lsocket) 375 375 376 377 376 # For now, the user has to explicitly ask for the LLVM stuff, as it's a bit 378 377 # rough around the edges :(
Note: See TracChangeset
for help on using the changeset viewer.