From: Riku Voipio Date: Fri, 17 Apr 2009 13:58:17 +0000 (+0300) Subject: remove linux-user test X-Git-Tag: 0.10.0-0sb6~2 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=4d9ff49dd2612396029da9cc927b0b276b031222;p=qemu remove linux-user test --- diff --git a/configure b/configure index be6b45a..aa65930 100755 --- a/configure +++ b/configure @@ -1131,7 +1131,6 @@ fi # don't provide them even if kernel supports them. # atfile=no -if [ "$linux_user" = "yes" ] ; then cat > $TMPC << EOF #define _ATFILE_SOURCE #include @@ -1148,7 +1147,6 @@ EOF if $cc $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then atfile=yes fi -fi # Check if tools are available to build documentation. if [ -x "`which texi2html 2>/dev/null`" ] && \