Changeset 18c908d for configure.in
- Timestamp:
- 12/04/17 13:39:44 (3 years ago)
- Branches:
- cachetimestamps, develop, dpdk-ndag, etsilive, master, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- c7e547e, e940b4f
- Parents:
- 6452c2c
- git-author:
- Shane Alcock <salcock@…> (12/04/17 13:39:17)
- git-committer:
- Shane Alcock <salcock@…> (12/04/17 13:39:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r186a19e r18c908d 247 247 AC_MSG_ERROR(libpcap0.8 or greater 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) 248 248 else 249 TOOL _LIBS="$TOOL_LIBS -lpcap"249 TOOLS_LIBS="$TOOLS_LIBS -lpcap" 250 250 LIBTRACE_LIBS="$LIBTRACE_LIBS -lpcap" 251 251 AC_DEFINE([HAVE_LIBPCAP],1,[compile with libpcap support])
Note: See TracChangeset
for help on using the changeset viewer.