Created
March 30, 2017 10:02
-
-
Save theirix/c93a5f0f850af27339b2bb8c82220f58 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- tcpreplay-4.2.1-old/configure.ac 2017-03-23 17:41:31.000000000 +0300 | |
+++ tcpreplay-4.2.1/configure.ac 2017-03-30 12:41:46.000000000 +0300 | |
@@ -1100,7 +1100,7 @@ | |
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment