pidgin/gtkdialogs.c

branch
meson
changeset 38538
b542a6787116
parent 38429
610a201230ff
child 38579
5adc6901ac54
equal deleted inserted replaced
38537:cc15d8626c0d 38538:b542a6787116
21 #define _PIDGIN_GTKDIALOGS_C_ 21 #define _PIDGIN_GTKDIALOGS_C_
22 22
23 #include "internal.h" 23 #include "internal.h"
24 #include "pidgin.h" 24 #include "pidgin.h"
25 #include "package_revision.h" 25 #include "package_revision.h"
26 #ifdef HAVE_MESON_CONFIG
27 #include "meson-config.h"
28 #endif
26 29
27 #include "debug.h" 30 #include "debug.h"
28 #include "notify.h" 31 #include "notify.h"
29 #include "plugins.h" 32 #include "plugins.h"
30 #include "protocol.h" 33 #include "protocol.h"
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

mercurial