1 --- snort-2.9.14.1.orig/configure 2019-08-02 08:33:43.000000000 +0200
2 +++ snort-2.9.14.1/configure 2019-10-08 14:35:23.506350397 +0200
3 @@ -14408,50 +14408,6 @@ _ACEOF
7 -# In case INADDR_NONE is not defined (like on Solaris)
9 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for INADDR_NONE" >&5
10 -$as_echo_n "checking for INADDR_NONE... " >&6; }
11 -if test "$cross_compiling" = yes; then :
12 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14 -as_fn_error $? "cannot run test program while cross compiling
15 -See \`config.log' for more details" "$LINENO" 5; }
17 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18 -/* end confdefs.h. */
20 -#include <sys/types.h>
21 -#include <netinet/in.h>
22 -#include <arpa/inet.h>
28 - if (inet_addr("10,5,2") == INADDR_NONE);
35 -if ac_fn_c_try_run "$LINENO"; then :
36 - have_inaddr_none="yes"
38 - have_inaddr_none="no"
40 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
41 - conftest.$ac_objext conftest.beam conftest.$ac_ext
44 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_inaddr_none" >&5
45 -$as_echo "$have_inaddr_none" >&6; }
46 -if test "x$have_inaddr_none" = "xno"; then
48 -$as_echo "#define INADDR_NONE -1" >>confdefs.h
52 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
54 @@ -14861,45 +14817,6 @@ if test "x$LPCAP" = "xno"; then
58 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_lex_destroy" >&5
59 -$as_echo_n "checking for pcap_lex_destroy... " >&6; }
60 -if test "$cross_compiling" = yes; then :
61 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
62 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
63 -as_fn_error $? "cannot run test program while cross compiling
64 -See \`config.log' for more details" "$LINENO" 5; }
66 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
67 -/* end confdefs.h. */
81 -if ac_fn_c_try_run "$LINENO"; then :
82 - have_pcap_lex_destroy="yes"
84 - have_pcap_lex_destroy="no"
86 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
87 - conftest.$ac_objext conftest.beam conftest.$ac_ext
90 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_pcap_lex_destroy" >&5
91 -$as_echo "$have_pcap_lex_destroy" >&6; }
92 -if test "x$have_pcap_lex_destroy" = "xyes"; then
94 -$as_echo "#define HAVE_PCAP_LEX_DESTROY 1" >>confdefs.h
98 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_lib_version" >&5
99 $as_echo_n "checking for pcap_lib_version... " >&6; }
100 @@ -15830,38 +15747,7 @@ fi
104 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for daq address space ID" >&5
105 -$as_echo_n "checking for daq address space ID... " >&6; }
106 -if test "$cross_compiling" = yes; then :
107 - { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
108 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
109 -as_fn_error $? "cannot run test program while cross compiling
110 -See \`config.log' for more details" "$LINENO" 5; }
112 - cat confdefs.h - <<_ACEOF >conftest.$ac_ext
113 -/* end confdefs.h. */
122 - hdr.address_space_id = 0;
128 -if ac_fn_c_try_run "$LINENO"; then :
129 - have_daq_address_space_id="yes"
131 - have_daq_address_space_id="no"
133 -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
134 - conftest.$ac_objext conftest.beam conftest.$ac_ext
136 +have_daq_address_space_id="yes"
138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_daq_address_space_id" >&5
139 $as_echo "$have_daq_address_space_id" >&6; }