You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
448 B
16 lines
448 B
Index: configure.in |
|
--- configure.in.orig 2016-10-26 02:38:41.000000000 +0200 |
|
+++ configure.in 2016-10-26 08:44:59.506113042 +0200 |
|
@@ -629,10 +629,10 @@ |
|
|
|
if test $ac_cv_func_pcap_lib_version = "no" ; then |
|
AC_MSG_CHECKING(whether pcap_version is defined by libpcap) |
|
- AC_TRY_LINK([], |
|
+ AC_TRY_LINK( |
|
[ |
|
extern char pcap_version[]; |
|
- |
|
+ ],[ |
|
return (int)pcap_version; |
|
], |
|
ac_lbl_cv_pcap_version_defined=yes,
|
|
|