Magellan Linux

Annotation of /trunk/gtk1+/patches/gtk1+-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: 411 byte(s)
-import

1 niro 144 --- gtk+-1.2.10/gtk.m4 2006-10-19 12:23:12.000000000 +0200
2     +++ gtk+-1.2.10/gtk.m4-fixed 2006-10-19 12:23:21.000000000 +0200
3     @@ -4,7 +4,7 @@
4     dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
5     dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
6     dnl
7     -AC_DEFUN(AM_PATH_GTK,
8     +AC_DEFUN([AM_PATH_GTK],
9     [dnl
10     dnl Get the cflags and libraries from the gtk-config script
11     dnl