X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configure;h=015f63e965a04eabe6cecb4d7f984c0e35345476;hb=747a54b103160bcac7c9dcf721ce3b4703577d73;hp=77bab3062880b745cdf0128660d58c44584e4b17;hpb=1132fdf4f07dfbfba237af7b0cfac3cae543a79b;p=riscv-isa-sim.git diff --git a/configure b/configure index 77bab30..015f63e 100755 --- a/configure +++ b/configure @@ -3409,6 +3409,7 @@ done done IFS=$as_save_IFS + test -z "$ac_cv_path_DTC" && ac_cv_path_DTC="no" ;; esac fi @@ -3422,6 +3423,9 @@ $as_echo "no" >&6; } fi +if test x"$DTC" == xno; then : + as_fn_error $? "device-tree-compiler not found" "$LINENO" 5 +fi cat >>confdefs.h <<_ACEOF #define DTC "$DTC"