[seed] libseed: fix exception name spelling error



commit 7fcf30dd0567aa1db5a35cb7f71a5a90fe477d56
Author: Tim Horton <hortont424 gmail com>
Date:   Wed May 27 03:57:21 2009 -0400

    libseed: fix exception name spelling error
---
 libseed/seed-engine.c |    4 ++--
 m4/libtool.m4         |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/libseed/seed-engine.c b/libseed/seed-engine.c
index 19f61dd..e03dc77 100644
--- a/libseed/seed-engine.c
+++ b/libseed/seed-engine.c
@@ -87,7 +87,7 @@ seed_struct_constructor_invoked (JSContextRef ctx,
     {
       if (!JSValueIsObject (ctx, arguments[0]))
 	{
-	  seed_make_exception (ctx, exception, "ArgmuentError",
+	  seed_make_exception (ctx, exception, "ArgumentError",
 			       "Constructor expects object as argument");
 	  return (JSObjectRef) JSValueMakeNull (ctx);
 	}
@@ -137,7 +137,7 @@ seed_gobject_constructor_invoked (JSContextRef ctx,
     {
       if (!JSValueIsObject (ctx, arguments[0]))
 	{
-	  seed_make_exception (ctx, exception, "ArgmuentError",
+	  seed_make_exception (ctx, exception, "ArgumentError",
 			       "Constructor expects object as argument");
 	  g_type_class_unref (oclass);
 	  return (JSObjectRef) JSValueMakeNull (ctx);
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 2ca1c1f..1e7ea47 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -4261,6 +4261,9 @@ dnl Note also adjust exclude_expsyms for C++ above.
   openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes



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