X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FGFXOutputDev.cc;h=ff875aa35d4ce760d29389fa531cf29408870963;hb=cce10b37d5db502e4612ddfa5d7b14d41814445b;hp=b6cef658cdeae4ab7168f4c7f2bd75cdd220715b;hpb=d41e3dfe99bfc6e1ee92831be3257e8bab412711;p=swftools.git diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index b6cef65..ff875aa 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -2640,6 +2640,9 @@ void addGlobalFont(const char*filename) void addGlobalLanguageDir(const char*dir) { +#ifdef HAVE_POPPLER + msg(" NOT adding %s to language pack directories (not implemented with poppler)", dir); +#else msg(" Adding %s to language pack directories", dir); FILE*fi = 0; @@ -2655,6 +2658,7 @@ void addGlobalLanguageDir(const char*dir) } globalParams->parseFile(new GString(config_file), fi); fclose(fi); +#endif } void addGlobalFontDir(const char*dirname)