Changeset b6579db for configure.in
- Timestamp:
- 06/29/18 18:07:14 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- c95ef4a
- Parents:
- 3b94ef2
- git-author:
- Shane Alcock <salcock@…> (06/29/18 18:03:22)
- git-committer:
- Shane Alcock <salcock@…> (06/29/18 18:07:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r055a2c9 rb6579db 202 202 203 203 # Check for libwandio (no longer bundled with libtrace) 204 AC_CHECK_LIB(wandio,wandio_ create,wandiofound=1,wandiofound=0)204 AC_CHECK_LIB(wandio,wandio_wflush,wandiofound=1,wandiofound=0) 205 205 if test "$wandiofound" = 0; then 206 AC_MSG_ERROR(libwandio is required to compile libtrace. If you have installed itin 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)206 AC_MSG_ERROR(libwandio 1.0.5 or better is required to compile this version of libtrace. If you have installed libwandio 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) 207 207 else 208 208 LIBTRACE_LIBS="$LIBTRACE_LIBS -lwandio"
Note: See TracChangeset
for help on using the changeset viewer.