diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2009-02-27 10:34:39 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2009-02-27 10:34:39 +0100 |
| commit | 03b9120b0af54dba70912dc5eba4549f80c11b0f (patch) | |
| tree | e91f98f0426ad2887b1450a470385c3c65ab022b /configure.ac | |
| parent | 6eb8695a4714890955cf0ae22f8ddb92850af67a (diff) | |
| download | cataract-03b9120b0af54dba70912dc5eba4549f80c11b0f.tar.xz | |
Fix exiv2 new api detection
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 931a27b..fcd9d0c 100644 --- a/configure.ac +++ b/configure.ac @@ -84,7 +84,7 @@ void test () { AC_LANG_RESTORE ]) if test "$ac_cv_exiv2_have_new_exifthumb" = yes; then - AC_DEFINE(HAVE_EXIFTHUMB,,[new Exiv2::ExifThumb API]) + AC_DEFINE(HAVE_EXIFTHUMB,1,[new Exiv2::ExifThumb API]) fi ]) |
