From: Stewart Smith Date: Fri, 24 Jan 2014 01:39:06 +0000 (+1100) Subject: configure: add hint of libfdt to DTC dependency not found message X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3f281822b26e4b39b2a49ac030fc6a5f184dd387;p=qemu.git 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 Reviewed-by: Stefan Weil Signed-off-by: Michael Tokarev --- diff --git a/configure b/configure index 88133a100e..f58fa84deb 100755 --- a/configure +++ b/configure @@ -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