Revert to check the Poppler::Sound, otherwise the most of the Poppler API won't match.

I'll temporary patch okular until Poppler 0.6 final.

CCMAIL: bradh@frogmouth.net

svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=693749
This commit is contained in:
Pino Toscano 2007-07-28 22:01:54 +00:00
parent f96287978b
commit e3e439e69c

View file

@ -53,8 +53,8 @@ check_cxx_source_compiles("
int main() int main()
{ {
Poppler::Document *doc = Poppler::Document::load(QString()); Poppler::SoundObject * so = 0;
doc->embeddedFiles().at(0)->checksum(); (void)so;
return 0; return 0;
} }