Magellan Linux

Annotation of /trunk/glib1/patches/glib1-1.2.10-m4-underquoted.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 412 byte(s)
-import

1 niro 144 --- glib-1.2.10-m32/glib.m4 1998-12-31 21:58:03.000000000 +0100
2     +++ glib-1.2.10-m32/glib.m4-fixed 2006-10-19 12:20:42.000000000 +0200
3     @@ -5,7 +5,7 @@
4     dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or
5     dnl gthread is specified in MODULES, pass to glib-config
6     dnl
7     -AC_DEFUN(AM_PATH_GLIB,
8     +AC_DEFUN([AM_PATH_GLIB],
9     [dnl
10     dnl Get the cflags and libraries from the glib-config script
11     dnl