]> git.pld-linux.org Git - packages/libexif-gtk.git/blob - libexif-gtk-ac.patch
- slayed la file, rel. 9
[packages/libexif-gtk.git] / libexif-gtk-ac.patch
1 --- libexif-gtk-0.3.5/configure.in~     2007-09-06 16:18:30.000000000 +0200
2 +++ libexif-gtk-0.3.5/configure.in      2007-09-06 16:23:16.000000000 +0200
3 @@ -52,7 +52,7 @@
4  dnl ---------------------------------------------------------------------------
5  CPPFLAGS_save="$CPPFLAGS"
6  CPPFLAGS=$LIBEXIF_GTK_CFLAGS
7 -AC_CHECK_HEADER([exif-mem.h], [
8 +AC_CHECK_HEADER([libexif/exif-mem.h], [
9         exif_msg=">= 0.6.12"
10         AC_DEFINE(HAVE_EXIF_0_6_12,1,[whether we use a version of libexif greater than 0.6.12])],[
11         exif_msg="< 0.6.12 (think about upgrading)"])
12 @@ -73,7 +73,7 @@
13  
14  Configuration (${PACKAGE}):
15  
16 -       Source code location:    $(srcdir)
17 +       Source code location:    ${srcdir}
18         Version:                 ${VERSION}
19         Compiler:                ${CC}
20  
This page took 0.094157 seconds and 3 git commands to generate.