Bug #562204. Remove dependency of gmodule.
authorLi Yuan <li.yuan@sun.com>
Fri, 28 Nov 2008 11:49:42 +0000 (11:49 +0000)
committerLi Yuan <liyuan@src.gnome.org>
Fri, 28 Nov 2008 11:49:42 +0000 (11:49 +0000)
2008-11-27  Li Yuan  <li.yuan@sun.com>

        * configure.in:
        Bug #562204. Remove dependency of gmodule.

svn path=/trunk/; revision=1305

ChangeLog
configure.in

index f8d2cb8..39b4505 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-27  Li Yuan  <li.yuan@sun.com>
 
+       * configure.in:
+       Bug #562204. Remove dependency of gmodule.
+
+2008-11-27  Li Yuan  <li.yuan@sun.com>
+
        * atk/atkobject.c: (atk_role_get_name),
        (atk_role_get_localized_name), (atk_role_for_name):
        * atk/atktext.c: (atk_text_attribute_get_value):
index 4b3a645..609721a 100644 (file)
@@ -153,15 +153,8 @@ if test "x$GCC" = "xyes"; then
 fi
 changequote([,])dnl
 
-AM_PATH_GLIB_2_0(2.5.7,have_no_export=true,have_no_export=false)
-if test "x$have_no_export" = "xtrue"; then
-   GLIB_REQUIRED_VERSION=2.5.7
-   glib_no_export_package="gmodule-no-export-2.0"
-else
-   GLIB_REQUIRED_VERSION=2.0.0
-   glib_no_export_package=
-fi
-GLIB_PACKAGES="gobject-2.0 $glib_no_export_package"
+GLIB_REQUIRED_VERSION=2.0.0
+GLIB_PACKAGES="gobject-2.0"
 AC_SUBST(GLIB_PACKAGES)
 AC_SUBST(GLIB_REQUIRED_VERSION)
 
@@ -174,7 +167,7 @@ AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,
 *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
 *** but not in the same location as pkg-config add the location of the file 
 *** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.]),
-  gobject gmodule-no-export)
+  gobject)
 
 PKG_CHECK_MODULES(DEP, glib-2.0 >= $GLIB_REQUIRED_VERSION $GLIB_PACKAGES, ,
   AC_MSG_ERROR([