acinclude.m4

branch
soc.2013.gobjectification.plugins
changeset 36426
04b75bcbaf79
parent 36425
0e5eae8b3487
--- a/acinclude.m4	Sat Aug 03 04:37:13 2013 +0530
+++ b/acinclude.m4	Sat Aug 03 05:09:43 2013 +0530
@@ -6,7 +6,7 @@
 # Owen Taylor     1997-2001
 
 dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
-dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject or
+dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gobject or 
 dnl gthread is specified in MODULES, pass to pkg-config
 dnl
 AC_DEFUN([AM_PATH_GLIB_2_0],
@@ -26,9 +26,6 @@
          gthread) 
              pkg_config_args="$pkg_config_args gthread-2.0"
          ;;
-         gmodule) 
-             pkg_config_args="$pkg_config_args gmodule-2.0"
-         ;;
       esac
   done
 

mercurial