Skip to content

Commit

Permalink
Merge pull request appneta#354 from appneta/Bug_#353_missing_symbol_p…
Browse files Browse the repository at this point in the history
…cap_version_on_macOS

Bug appneta#353 Fix build for OS X 10.12.4
  • Loading branch information
fklassen authored Mar 31, 2017
2 parents 221b45f + 5998da0 commit a8dc31e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl $Id$
AC_PREREQ([2.69])

dnl Set version info here!
AC_INIT([tcpreplay],[4.2.1],
AC_INIT([tcpreplay],[4.2.2-beta1],
[https://github.com/appneta/tcpreplay/issues],
[tcpreplay],
[http://tcpreplay.sourceforge.net/])
Expand Down Expand Up @@ -1100,7 +1100,7 @@ fi
have_pcap_version=no
dnl Check to see if we have pcap_version[]
AC_MSG_CHECKING(for pcap_version[])
AC_TRY_COMPILE([
AC_TRY_LINK([
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
3 changes: 3 additions & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
03/31/2017 Version 4.2.2_beta1
- Missing symbol pcap_version on macOS 10.12.4 (#353)

03/23/2017 Version 4.2.1
- Fix reporting of rates < 1Mbps (#348)
- Option --unique-ip not working properly (#346)
Expand Down

0 comments on commit a8dc31e

Please sign in to comment.