From 31f0ad3f352ec8bae297983f67b18cb33c2c3e5e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Dec 2011 16:18:19 -0500 Subject: [PATCH] Make glibconfig.h include guards consistent --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 5f91b7e9d..7392b1980 100644 --- a/configure.ac +++ b/configure.ac @@ -2859,8 +2859,8 @@ AC_CONFIG_COMMANDS([glib/glibconfig.h], * This is a generated file. Please modify 'configure.ac' */ -#ifndef __G_LIBCONFIG_H__ -#define __G_LIBCONFIG_H__ +#ifndef __GLIBCONFIG_H__ +#define __GLIBCONFIG_H__ #include @@ -3179,7 +3179,7 @@ typedef $g_pid_type GPid; G_END_DECLS -#endif /* GLIBCONFIG_H */ +#endif /* __GLIBCONFIG_H__ */ _______EOF