From 450e18b8b82121ff8ce5b6c823b92d87679752ef Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 14 Jul 2004 17:20:11 +0000 Subject: [PATCH] slirp for win32 support git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1018 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index d93d78ccc3..9cf6a2ec5e 100755 --- a/configure +++ b/configure @@ -163,7 +163,6 @@ if test "$mingw32" = "yes" ; then target_list="i386-softmmu ppc-softmmu" EXESUF=".exe" gdbstub="no" - slirp="no" fi if test -z "$cross_prefix" ; then