[nautilus] configure: Fix libexif check
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] configure: Fix libexif check
- Date: Wed, 6 Apr 2011 13:45:13 +0000 (UTC)
commit 6dbb7d159cfc277815d990dd157e2020608698a5
Author: Marvin Schmidt <marv exherbo org>
Date: Tue Apr 5 20:22:37 2011 +0200
configure: Fix libexif check
https://bugzilla.gnome.org/show_bug.cgi?id=646849
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index a95cd28..776da50 100644
--- a/configure.in
+++ b/configure.in
@@ -133,7 +133,7 @@ AC_ARG_ENABLE(libexif,
[build without libexif support]))
msg_libexif=no
if test "x$enable_libexif" != "xno"; then
- PKG_CHECK_MODULES(EXIF, libexif > exif_minver, [
+ PKG_CHECK_MODULES(EXIF, libexif >= exif_minver, [
AM_CONDITIONAL(HAVE_EXIF, true)
AC_DEFINE(HAVE_EXIF, 1, [Define to enable EXIF support])
] msg_libexif=yes,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]