Magellan Linux

Contents of /trunk/imlib/patches/imlib-1.9.15-m4-underquoted.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 603 byte(s)
-import

1 --- imlib-1.9.15/imlib.m4 2004-08-27 18:03:11.000000000 +0200
2 +++ imlib-1.9.15/imlib.m4-fixed 2006-10-19 12:25:00.000000000 +0200
3 @@ -6,7 +6,7 @@
4 dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
5 dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS
6 dnl
7 -AC_DEFUN(AM_PATH_IMLIB,
8 +AC_DEFUN([AM_PATH_IMLIB],
9 [dnl
10 dnl Get the cflags and libraries from the imlib-config script
11 dnl
12 @@ -164,7 +164,7 @@
13 ])
14
15 # Check for gdk-imlib
16 -AC_DEFUN(AM_PATH_GDK_IMLIB,
17 +AC_DEFUN([AM_PATH_GDK_IMLIB],
18 [dnl
19 dnl Get the cflags and libraries from the imlib-config script
20 dnl