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:
Juan Quintela 2009-08-12 18:20:25 +02:00 committed by Anthony Liguori
parent e2d52ad32a
commit 249247c9fd
1 changed files with 10 additions and 0 deletions

10
configure vendored
View File

@ -740,6 +740,16 @@ if test -z "$target_list" ; then
exit 1
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
# ---