- fixed test for NE2K_OBJ

This commit is contained in:
Christophe Bothamy 2002-08-22 22:21:19 +00:00
parent 5cd66320e1
commit 65b715a6ed
2 changed files with 10 additions and 6 deletions

8
bochs/configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Id: configure.in,v 1.83 2002/07/16 12:08:38 cbothamy Exp .
# From configure.in Id: configure.in,v 1.85 2002/08/22 22:20:18 cbothamy Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@ -8748,9 +8748,11 @@ _ACEOF
fi
if test "$with_win32" = yes; then
case "$target" in
*-pc-windows* | *-pc-winnt* | *-pc-cygwin* | *-pc-mingw32*)
NE2K_OBJS="$NE2K_OBJS eth_win32.o"
fi
;;
esac
networking=yes
else
echo "$as_me:$LINENO: result: no" >&5

View File

@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.4)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.84 2002-08-11 11:42:09 cbothamy Exp $]])
AC_REVISION([[$Id: configure.in,v 1.85 2002-08-22 22:20:18 cbothamy Exp $]])
AC_CONFIG_HEADER(config.h)
dnl // Put Bochs version information right here so that it gets substituted
@ -485,9 +485,11 @@ AC_ARG_ENABLE(ne2000,
#include <asm/types.h>
#include <sys/socket.h>
])
if test "$with_win32" = yes; then
case "$target" in
*-pc-windows* | *-pc-winnt* | *-pc-cygwin* | *-pc-mingw32*)
NE2K_OBJS="$NE2K_OBJS eth_win32.o"
fi
;;
esac
networking=yes
else
AC_MSG_RESULT(no)