From effccae2d9709ef1db66c23bea24b39656458a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Mon, 18 Nov 2019 22:15:17 -0500 Subject: [PATCH] configure: remove AUTOCONF_HOST This is a left-over from commit c12b6d70e384c769ca372e15ffd19b3e9f563662 ("pixman: drop submodule") Backports commit fbb04e760f4818a1ba9cfde0a2571a15cd4f49f7 from qemu --- qemu/configure | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qemu/configure b/qemu/configure index 20688413..e2256637 100755 --- a/qemu/configure +++ b/qemu/configure @@ -1615,11 +1615,6 @@ echo "CFLAGS=$CFLAGS" >> $config_host_mak echo "CFLAGS_NOPIE=$CFLAGS_NOPIE" >> $config_host_mak echo "QEMU_CFLAGS=$QEMU_CFLAGS" >> $config_host_mak echo "QEMU_INCLUDES=$QEMU_INCLUDES" >> $config_host_mak -if test "$cross_prefix" != ""; then - echo "AUTOCONF_HOST := --host=${cross_prefix%-}" >> $config_host_mak -else - echo "AUTOCONF_HOST := " >> $config_host_mak -fi echo "LDFLAGS=$LDFLAGS" >> $config_host_mak echo "LDFLAGS_NOPIE=$LDFLAGS_NOPIE" >> $config_host_mak echo "LIBS+=$LIBS" >> $config_host_mak