diff options
author | Stewart Smith | 2014-01-24 02:39:06 +0100 |
---|---|---|
committer | Michael Tokarev | 2014-02-15 13:10:25 +0100 |
commit | 3f281822b26e4b39b2a49ac030fc6a5f184dd387 (patch) | |
tree | 2d68e119365fcbd5495db2c8aadc0baad06fca41 /configure | |
parent | sparc/leon3: Initialize stack pointer (diff) | |
download | qemu-3f281822b26e4b39b2a49ac030fc6a5f184dd387.tar.gz qemu-3f281822b26e4b39b2a49ac030fc6a5f184dd387.tar.xz qemu-3f281822b26e4b39b2a49ac030fc6a5f184dd387.zip |
configure: add hint of libfdt to DTC dependency not found message
Most distros package it as libfdt, and mentioning libfdt here makes it
much easier to find the package you're missing.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2662,8 +2662,8 @@ EOF fdt_libs="-L\$(BUILD_DIR)/dtc/libfdt $fdt_libs" elif test "$fdt" = "yes" ; then # have neither and want - prompt for system/submodule install - error_exit "DTC not present. Your options:" \ - " (1) Preferred: Install the DTC devel package" \ + error_exit "DTC (libfdt) not present. Your options:" \ + " (1) Preferred: Install the DTC (libfdt) devel package" \ " (2) Fetch the DTC submodule, using:" \ " git submodule update --init dtc" else |