From c32d766af127f68bb75ba5689f2f5239227bf559 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 31 Aug 2009 22:16:16 +0200 Subject: qemu-io: Improve portability (win32 now supported). * Add missing include for struct timeval. * Replace non-portable strsep by local qemu_strsep. * Use POSIX basename by including libgen.h. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index b78341ccc2..618e4dce21 100755 --- a/configure +++ b/configure @@ -1929,6 +1929,8 @@ if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then if [ "$check_utests" = "yes" ]; then tools="check-qint check-qstring check-qdict $tools" fi + elif test "$mingw32" = "yes" ; then + tools="qemu-io\$(EXESUF) $tools" fi fi echo "TOOLS=$tools" >> $config_host_mak -- cgit v1.2.1