]> git.pld-linux.org Git - packages/eog.git/blame - eog-old_exif_check.patch
- kill troublemaker: check for old libexif
[packages/eog.git] / eog-old_exif_check.patch
CommitLineData
79ebb4b7 1diff -aurN eog-2.10.2.orig/configure.in eog-2.10.2/configure.in
2--- eog-2.10.2.orig/configure.in 2005-06-28 00:36:33.000000000 +0200
3+++ eog-2.10.2/configure.in 2005-06-28 21:53:24.000000000 +0200
4@@ -60,7 +60,6 @@
5 have_old_libexif=no
6 if test x$with_libexif != xno; then
7 PKG_CHECK_MODULES(EXIF, libexif >= $LIBEXIF_REQUIRED, have_exif=yes, have_exif=no)
8- PKG_CHECK_MODULES(EXIF, libexif = $LIBEXIF_REQUIRED, have_old_libexif=yes, have_old_libexif=no)
9 fi
10
11 if test "x$have_exif" = "xyes"; then
12@@ -68,11 +67,6 @@
13 EOG_MODULES="$EOG_MODULES libexif >= $LIBEXIF_REQUIRED"
14 fi
15
16-if test "x$have_old_libexif" = "xyes"; then
17- AC_DEFINE(HAVE_OLD_LIBEXIF,1)
18- EOG_MODULES="$EOG_MODULES libexif = $LIBEXIF_REQUIRED"
19-fi
20-
21 dnl ============== semi optional libjpeg support ====================
22 AC_ARG_WITH(libjpeg, [ --without-libjpeg disable special JPEG support])
23 have_jpeg=no
This page took 0.20016 seconds and 4 git commands to generate.