| 4 |
4 |
| 5 # Configure paths for GLIB |
5 # Configure paths for GLIB |
| 6 # Owen Taylor 1997-2001 |
6 # Owen Taylor 1997-2001 |
| 7 |
7 |
| 8 dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) |
8 dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) |
| 9 dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject or |
9 dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gobject or |
| 10 dnl gthread is specified in MODULES, pass to pkg-config |
10 dnl gthread is specified in MODULES, pass to pkg-config |
| 11 dnl |
11 dnl |
| 12 AC_DEFUN([AM_PATH_GLIB_2_0], |
12 AC_DEFUN([AM_PATH_GLIB_2_0], |
| 13 [dnl |
13 [dnl |
| 14 dnl Get the cflags and libraries from pkg-config |
14 dnl Get the cflags and libraries from pkg-config |