Magellan Linux

Diff of /trunk/imlib/patches/imlib-1.9.15-conditional-gtk1.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 970 by niro, Sat Jan 2 12:37:26 2010 UTC revision 971 by niro, Sat Jan 2 12:51:20 2010 UTC
# Line 47  diff -ur imlib-1.9.15.orig/imlib-config. Line 47  diff -ur imlib-1.9.15.orig/imlib-config.
47         echo `@GTK_CONFIG@ --cflags` $includes @X_CFLAGS@         echo `@GTK_CONFIG@ --cflags` $includes @X_CFLAGS@
48         ;;         ;;
49       --libs)       --libs)
 diff -ur imlib-1.9.15.orig/imlib.m4 imlib-1.9.15/imlib.m4  
 --- imlib-1.9.15.orig/imlib.m4 2004-08-27 19:03:11.000000000 +0300  
 +++ imlib-1.9.15/imlib.m4 2007-02-05 23:42:57.000000000 +0200  
 @@ -6,7 +6,7 @@  
  dnl AM_PATH_IMLIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])  
  dnl Test for IMLIB, and define IMLIB_CFLAGS and IMLIB_LIBS  
  dnl  
 -AC_DEFUN(AM_PATH_IMLIB,  
 +AC_DEFUN([AM_PATH_IMLIB],  
  [dnl  
  dnl Get the cflags and libraries from the imlib-config script  
  dnl  
 @@ -164,7 +164,7 @@  
  ])  
   
  # Check for gdk-imlib  
 -AC_DEFUN(AM_PATH_GDK_IMLIB,  
 +AC_DEFUN([AM_PATH_GDK_IMLIB],  
  [dnl  
  dnl Get the cflags and libraries from the imlib-config script  
  dnl  

Legend:
Removed from v.970  
changed lines
  Added in v.971