PPC: Fail configure when libfdt is not available
authorAlexander Graf <agraf@suse.de>
Tue, 18 Oct 2011 00:10:36 +0000 (02:10 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Oct 2011 19:03:26 +0000 (20:03 +0100)
commitf90a9d02401eeeec18a122b61ccccb91244f321c
tree20a1178812531320e0767f320b1200b22e92fd0d
parent55f7d4b09e0bd1f6e5875fe0a5a58852999e4e92
PPC: Fail configure when libfdt is not available

We have several targets in the PPC tree now that basically require libfdt
to function properly, namely the pseries and the e500 targets. This dependency
will rather increase than decrease in the future, so I want to make sure
that people building shiny new 1.0 actually have libfdt installed to get
rid of a few ifdefs in the code.

Warning: This patch will likely make configure fail for people who don't
select their own --target-list, but don't have libfdt development packages
installed. However, we really need this new dependency to move on.

Signed-off-by: Alexander Graf <agraf@suse.de>
---

v1 -> v2:

  - no paranthesis
  - no fdt check for config_pseries
  - add . in error message
configure