Add error message for feature not found
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
e2d52ad32a
commit
249247c9fd
10
configure
vendored
10
configure
vendored
@ -740,6 +740,16 @@ if test -z "$target_list" ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
feature_not_found() {
|
||||||
|
feature=$1
|
||||||
|
|
||||||
|
echo "ERROR"
|
||||||
|
echo "ERROR: User requested feature $feature"
|
||||||
|
echo "ERROR: configure was not able to found it"
|
||||||
|
echo "ERROR"
|
||||||
|
exit 1;
|
||||||
|
}
|
||||||
|
|
||||||
if test -z "$cross_prefix" ; then
|
if test -z "$cross_prefix" ; then
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user