regenerated after adding MSVC slirp support
This commit is contained in:
parent
e62076e53d
commit
87bf69dcd1
5
bochs/configure
vendored
5
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in 12192 2014-02-16 13:31:53Z vruppert .
|
||||
# From configure.in Id: configure.in 12210 2014-02-25 19:44:14Z vruppert .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.69.
|
||||
#
|
||||
@ -22327,7 +22327,8 @@ if test "$networking" = yes; then
|
||||
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS -liphlpapi"
|
||||
;;
|
||||
*-pc-windows* | *-pc-winnt*)
|
||||
can_compile_slirp_new=0
|
||||
can_compile_slirp_new=1
|
||||
DEVICE_LINK_OPTS="$DEVICE_LINK_OPTS iphlpapi.lib"
|
||||
;;
|
||||
*)
|
||||
ac_fn_c_check_header_mongrel "$LINENO" "netinet/in.h" "ac_cv_header_netinet_in_h" "$ac_includes_default"
|
||||
|
Loading…
Reference in New Issue
Block a user