| 603 thus ought not be translated */ |
606 thus ought not be translated */ |
| 604 |
607 |
| 605 #ifdef CONFIG_ARGS /* win32 build doesn't use configure */ |
608 #ifdef CONFIG_ARGS /* win32 build doesn't use configure */ |
| 606 g_string_append(str, "<dt>Arguments to <em>./configure</em>:</dt><dd>" CONFIG_ARGS "</dd>"); |
609 g_string_append(str, "<dt>Arguments to <em>./configure</em>:</dt><dd>" CONFIG_ARGS "</dd>"); |
| 607 #endif |
610 #endif |
| |
611 #ifdef MESON_ARGS |
| |
612 g_string_append(str, "<dt>Arguments to <em>meson</em>:</dt><dd>" MESON_ARGS "</dd>"); |
| |
613 #endif |
| 608 |
614 |
| 609 #ifndef _WIN32 |
615 #ifndef _WIN32 |
| 610 #ifdef DEBUG |
616 #ifdef DEBUG |
| 611 g_string_append(str, "<dt>Print debugging messages:</dt><dd>Yes</dd>"); |
617 g_string_append(str, "<dt>Print debugging messages:</dt><dd>Yes</dd>"); |
| 612 #else |
618 #else |