Comment 9 for bug 1080713

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

This now fails:
if ("${GETTEXT_FOUND}" STREQUAL "TRUE")

Please use:
if (GETTEXT_FOUND)