diff options
author | Timothy Pearson <[email protected]> | 2012-06-22 13:38:29 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-06-22 13:38:29 -0500 |
commit | 44d1a52bf8b9bf70433107446ec20dfe05b198fb (patch) | |
tree | 0a804104d45abb1d23d59a97b7cdaff1fb74fab8 /config.h.cmake | |
parent | 9227f8aca3cd2efe94eab60c3676d96247f337f5 (diff) | |
download | tdegraphics-44d1a52bf8b9bf70433107446ec20dfe05b198fb.tar.gz tdegraphics-44d1a52bf8b9bf70433107446ec20dfe05b198fb.zip |
Fix FTBFS on Poppler >= 0.20
This resolves Bug 1061
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 083047f1..81d35102 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -1,6 +1,7 @@ #cmakedefine VERSION "@VERSION@" // poppler-tqt +#cmakedefine HAVE_POPPLER_020 #cmakedefine HAVE_POPPLER_016 // kpdf, kdvi |