Make glibconfig.h include guards consistent
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2011 21:18:19 +0000 (16:18 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2011 21:18:19 +0000 (16:18 -0500)
configure.ac

index 5f91b7e..7392b19 100644 (file)
@@ -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 <glib/gmacros.h>
 
@@ -3179,7 +3179,7 @@ typedef $g_pid_type GPid;
 
 G_END_DECLS
 
-#endif /* GLIBCONFIG_H */
+#endif /* __GLIBCONFIG_H__ */
 _______EOF