Changeset cd4e06c for configure.in
- Timestamp:
- 02/22/11 10:02:40 (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:
- 361d283
- Parents:
- e4e94c38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r19aa8d5 rcd4e06c 4 4 # and in the README 5 5 6 AC_INIT([libtrace],[3.0. 9],[contact@wand.net.nz],[libtrace])6 AC_INIT([libtrace],[3.0.10],[contact@wand.net.nz],[libtrace]) 7 7 8 8 LIBTRACE_MAJOR=3 9 9 LIBTRACE_MID=0 10 LIBTRACE_MINOR= 910 LIBTRACE_MINOR=10 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_SEARCH_LIBS(dl, dlopen) 216 AC_SEARCH_LIBS(dlopen,dl, dlfound=1,dlfound=0 ) 217 218 if test "$dlfound" = 0; then 219 AC_MSG_ERROR("Unable to find dlopen. Please use LDFLAGS to specify the location of libdl and re-run configure") 220 fi 217 221 218 222 # Check for libpcap
Note: See TracChangeset
for help on using the changeset viewer.