Comment 13 for bug 349914

Revision history for this message
In , Kairo-kairo (kairo-kairo) wrote :

Comment on attachment 369648
patch v2

>+ if (pango_version() < PANGO_VERSION_ENCODE(1,23,0)) {
>+#if PANGO_VERSION_CHECK(1,23,0)

When do we get inside here to that code? The outer if says we have pango < 1.23, right?