aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
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"