Changeset c24de65 for configure.in
- Timestamp:
- 08/07/15 09:42:12 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, 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:
- 84cdb05, d420777
- Parents:
- b13caea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r3a333e2 rc24de65 201 201 AC_CHECK_LIB(wandio,wandio_create,wandiofound=1,wandiofound=0) 202 202 if test "$wandiofound" = 0; then 203 AC_MSG_ERROR(libwandio is required to compile libtrace. If you have installed it in a non-standard location please use LDFLAGS to specify the location of the library. WANDIO can be obtained from XXX: add download url)203 AC_MSG_ERROR(libwandio is required to compile libtrace. If you have installed it in a non-standard location please use LDFLAGS to specify the location of the library. WANDIO can be obtained from http://research.wand.net.nz/software/libwandio.php) 204 204 else 205 205 LIBTRACE_LIBS="$LIBTRACE_LIBS -lwandio"
Note: See TracChangeset
for help on using the changeset viewer.