[seahorse-plugins] Change epiphany errors to echos



commit e0d33c440eb3ef9e588d25368e2f04ade915d6a8
Author: Adam Schreiber <sadam gnome org>
Date:   Wed May 20 12:09:51 2009 -0400

    Change epiphany errors to echos
---
 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index 3fd0b91..a916c3f 100644
--- a/configure.in
+++ b/configure.in
@@ -336,7 +336,7 @@ else
             libxul-unstable) min_version=1.9 ;;
             xulrunner) min_version=1.8 ;;
             *firefox) min_version=1.5 ;;
-            *) AC_MSG_ERROR([Unsupported gecko "$gecko_cv_gecko"]) ;;
+            *) echo "Unsupported gecko $gecko_cv_gecko" ;;
             esac
 
 AC_MSG_CHECKING([for Epiphany API version])
@@ -348,7 +348,7 @@ done
 AC_MSG_RESULT([$epiphany_api_version])
 
 if test -z "$epiphany_api_version"; then
- AC_MSG_ERROR([epiphany not found])
+ echo "epiphany not found"
 fi
              
     PKG_CHECK_MODULES([EPIPHANY_DEPENDENCY], [\



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