qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 04/20] Add error message for feature not found


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 04/20] Add error message for feature not found
Date: Wed, 12 Aug 2009 18:20:25 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 configure |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index cda8213..1a12c43 100755
--- a/configure
+++ b/configure
@@ -766,6 +766,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

 # ---
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]