regenerated after adding MSVC slirp support

This commit is contained in:
Volker Ruppert 2014-02-25 19:46:15 +00:00
parent e62076e53d
commit 87bf69dcd1

5
bochs/configure vendored
View File

@ -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"