You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libexif-gtk/files/libexif-gtk-0.3.5-confcheck...

21 lines
720 B

--- configure.in.orig 2004-10-18 15:12:58.000000000 -0400
+++ configure.in 2006-01-05 19:06:05.000000000 -0500
@@ -52,7 +52,7 @@
dnl ---------------------------------------------------------------------------
CPPFLAGS_save="$CPPFLAGS"
CPPFLAGS=$LIBEXIF_GTK_CFLAGS
-AC_CHECK_HEADER([exif-mem.h], [
+PKG_CHECK_MODULES(HAVE_EXIF_0_6_12, libexif >= 0.6.12, [
exif_msg=">= 0.6.12"
AC_DEFINE(HAVE_EXIF_0_6_12,1,[whether we use a version of libexif greater than 0.6.12])],[
exif_msg="< 0.6.12 (think about upgrading)"])
@@ -73,7 +73,7 @@
Configuration (${PACKAGE}):
- Source code location: $(srcdir)
+ Source code location: ${srcdir}
Version: ${VERSION}
Compiler: ${CC}