diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2017-03-21 18:08:49 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2017-03-23 17:57:49 +0000 |
| commit | c50126aac1e80f3ab255fbceffff953f5f17e4df (patch) | |
| tree | 02102793387f72e2ae21f3e821079761ad74c688 | |
| parent | 032e95af53159c354ef70fed39b8d93e149b5dc6 (diff) | |
| download | focaccia-qemu-c50126aac1e80f3ab255fbceffff953f5f17e4df.tar.gz focaccia-qemu-c50126aac1e80f3ab255fbceffff953f5f17e4df.zip | |
configure: Fix cut-n-paste errors in OS deprecation warning
Fix some cut-and-paste errors in the OS deprecation warning pointed out by Thomas Huth. Reported-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1490119729-26206-1-git-send-email-peter.maydell@linaro.org
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 3291603844..d1ce33bc79 100755 --- a/configure +++ b/configure @@ -5144,8 +5144,8 @@ if test "$supported_os" = "no"; then echo echo "WARNING: SUPPORT FOR THIS HOST OS WILL GO AWAY IN FUTURE RELEASES!" echo - echo "CPU host OS $targetos support is not currently maintained." - echo "The QEMU project intends to remove support for this host CPU in" + echo "Host OS $targetos support is not currently maintained." + echo "The QEMU project intends to remove support for this host OS in" echo "a future release if nobody volunteers to maintain it and to" echo "provide a build host for our continuous integration setup." echo "configure has succeeded and you can continue to build, but" |