[seahorse-plugins/gnome-2-26] Change epiphany errors to echos
- From: Adam Schreiber <sadam src gnome org>
- To: svn-commits-list gnome org
- Subject: [seahorse-plugins/gnome-2-26] Change epiphany errors to echos
- Date: Wed, 20 May 2009 12:34:27 -0400 (EDT)
commit 7b7a9027c057174b0bc16a28f469ee752d0c4ae0
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 31c49c5..6da4c29 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]