From 441c72ba15628e85bda1207cc92b55f77403764b Mon Sep 17 00:00:00 2001 From: bellard Date: Sat, 12 Feb 2005 14:45:23 +0000 Subject: kqemu is an external project git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1285 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 4b93737efb..21ea62a52d 100755 --- a/configure +++ b/configure @@ -347,6 +347,13 @@ bindir="$prefix/bin" fi # kernel module support +if test $kqemu = "yes" ; then + # test if the source code is installed + if test '!' -f "kqemu/Makefile" ; then + kqemu="no" + fi +fi + if test $kqemu = "yes" ; then # find the kernel path if test -z "$kernel_path" ; then -- cgit v1.2.3