Test and conditionally-compile pdf signing feature, depending on poppler new-ness.remotes/origin/work/aacid/dont_show_non_valid_certs
parent
b33a12d786
commit
e3e582ee5c
7 changed files with 33 additions and 1 deletions
@ -1,3 +1,5 @@ |
||||
/* Defined if we have the 0.87 version of the Poppler library */ |
||||
#cmakedefine HAVE_POPPLER_0_87 1 |
||||
|
||||
/* Defined if we have the pdf signature feature in the Poppler library */ |
||||
#cmakedefine HAVE_POPPLER_SIGNING 1 |
||||
|
||||
Loading…
Reference in new issue